Focal Point
[CLOSED] Prniter friendly report

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

November 07, 2009, 04:56 AM
Ramesh Jayakumar
[CLOSED] Prniter friendly report
HI ,i have generate thte printer friendly report which came out with almost 12 pages.i have given some details to be displayed in the header of the first page of the report.But thi header comes in all the pages.

Please let me know how to get the header dispalyed in only the first page.

Syntax below:
ON TABLE SET PAGE-NUM OFF
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET BYDISPLAY OFF
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET GRID ON
ON TABLE SET STYLE *

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.6.4
Windows
Excel, PDF, HTML
November 07, 2009, 01:19 PM
jimster06
How have you defined the heading? As a report heading? or as a page heading? or as a sort heading?


jimster06
DevStu WF 7.6.11
W7
HTML, PDF, EXL2K
November 07, 2009, 04:14 PM
Doug
Have you tried
ON TABLE SUBHEAD
"Whatever you want on the first and only page goes here"
instead of
HEADING
"Whatever you want as a report heading on the first page only"
? If not, try it.... You might like it...
November 09, 2009, 10:02 AM
GamP
IMHO, the best printer friendly report is not an html report but a PDF report. With PDF you get what you see, with html it is not always so. So if a user wants a printer friendly report, what they'll get from me is a PDF document.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
November 09, 2009, 10:42 AM
Gobinath Velusamy
Hi Ramesh

Try with SUBNHEAD command . It will work

Thanks
Gobinath Velusamy


WebFOCUS 7610
Windows
November 09, 2009, 11:05 AM
Francis Mariani
quote:
SUBNHEAD

Definitely will NOT work.


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
November 09, 2009, 11:40 AM
Prarie
Wink