extend table vertical lines to paage footer
Hi,
I have a tabular type report and I made the memo control draw lines but I also want to make these lines drawn to the page footer even if there is no data to print, how I can do that ?
Thanks
I have a tabular type report and I made the memo control draw lines but I also want to make these lines drawn to the page footer even if there is no data to print, how I can do that ?
Thanks
Comments
TIP set your designer to large height in design mode,
after all your other bands add an overlay band with large vertical height.
in the overlay add your lines, the top of the overlay band corresponds to the top of the page
use an unattached childband and empty memos that duplicate the detail band.
you then write code in the obp event of the detail footer to check the amount of freespace and
and call the engine.showband(bandname) method.