Hi, Like Page Footer Band behavior, I need print something on the end of each page. But insteated of the bottom of every page, I would like to print it just continued under the end of detail records for every page. Thanks.
Please see the main reports demos. The master detail reports should show a continued... label in the detail band. When the footer pritns, you can also check DetailBand.Overflow to see if it is going to print on the next page. If you want, you can always create a TppDrawText command at the end of the last detail on a page. Here is a demo which adds a line to the bottom of the last detail on a page in the Report.OnEndPage event. You can use this technique to add a TppDrawText with 'continued...' as its Text property.
Comments
continued... label in the detail band. When the footer pritns, you can also
check DetailBand.Overflow to see if it is going to print on the next page.
If you want, you can always create a TppDrawText command at the end of the
last detail on a page. Here is a demo which adds a line to the bottom of
the last detail on a page in the Report.OnEndPage event. You can use this
technique to add a TppDrawText with 'continued...' as its Text property.
http://www.digital-metaphors.com/tips/LastDynamicDetailline.zip
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com