Focal Point
Incomplete tabular format during page breaks

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2641068331

May 31, 2005, 01:18 PM
thangam
Incomplete tabular format during page breaks
In one of our report, we have bottom border off for data section of report and border on for remaining sections. In such case,incomplete tabular format (without bottom line) when the data spans across multiple pages.


How do we display the horizantal line at the end of the page when the report spans across multiple pages?
May 31, 2005, 04:21 PM
reFOCUSing
I'm guessing your output is PDF so give this a try:

DEFINE FILE CAR<br />RPT_SPLIT/A1 = '1'<br />END<br />-RUN<br />TABLE FILE CAR<br />PRINT *<br />BY RPT_SPLIT<br />ON RPT_SPLIT UNDER-LINE<br />ON TABLE PCHOLD FORMAT PDF<br />END<br />-RUN