Subreport on SummaryBand
RB 7.03 Ent
Hi,
I have a Subreport on a SummaryBand. It print a ppLabel ' * ' every row to
avoid let blank line.
I increment Left Position of ppLabel. It work fine. This is a example:
*
*
*
*
*
*
*
Now I need to print on last row a simple line to close report:
*
*
*
*
*
*
*
---------------------- Report Terminate ------------------------------
How can I know when it is printing last row before report is terminated ?
Thank You
Best Regards
Hi,
I have a Subreport on a SummaryBand. It print a ppLabel ' * ' every row to
avoid let blank line.
I increment Left Position of ppLabel. It work fine. This is a example:
*
*
*
*
*
*
*
Now I need to print on last row a simple line to close report:
*
*
*
*
*
*
*
---------------------- Report Terminate ------------------------------
How can I know when it is printing last row before report is terminated ?
Thank You
Best Regards
This discussion has been closed.
Comments
Take a look at the following example. It shows how you should go about
adding a line to the bottom of the last detail band on a page. This is
similar to the technique you will need to use to find the last detail in the
subreport located in your summary band. Hope this helps.
http://www.digital-metaphors.com/tips/LastDynamicDetailLine.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Report.Engine.Page etc. Is there an other alternative?
Thank You
Unfortunately there is not another good way to find these measurements
without accessing the report engine. You will need to create a pass-thru
function to access these values.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com