Focal Point
[SOLVED] How to Eliminate Heading on the second page

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

September 06, 2017, 03:38 PM
Krishna.edara
[SOLVED] How to Eliminate Heading on the second page
Hi,
I have a HTML report that breaks in to multiple pages, Heading also repeating, but our requirement is not to populate heading on the second page (should appears to be a single page), how can I do that?

Thanks,
Krishna

This message has been edited. Last edited by: FP Mod Chuck,


WebFocus-8/Windows/HTML, PDF, EXCEL
September 06, 2017, 03:45 PM
Francis Mariani
Try
SET LINES=999999
to make the report fit on one long page.

Alternatively, instead of using
HEADING
use
ON TABLE SUBHEAD
to have a Report Heading versus a Page Heading.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
September 06, 2017, 04:31 PM
Krishna.edara
Thanks Francis, that worked.

Thanks,
Krishna


WebFocus-8/Windows/HTML, PDF, EXCEL