As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Is there anyway to insert the page break in HTML pages?I Tried using the following ON TABLE SET STYLEMODE PAGED but the problem is I have one of the Column wrapped in my report and STYLEMODE PAGED doesnot work in this case.Any help in this regard is highly appreciated.
Prasanna, are you wanting the printed output to acknowledge the page-breaks? if so, are you willing to write your output as separate tables? If only on screen, then "Set SQUEEZE to OFF and/or WRAP to OFF to ensure that HTML tables are aligned consistently across pages", . here's the citeThis message has been edited. Last edited by: susannah,
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
My question was along the same lines as Susannah. HTML knows nothing about page-breaks. If it's for visual representation only (i.e. to get column headings at the top of each page, etc.) then you don't need anything special except making sure that PAGE-NUM is not OFF or NOLEAD.
If you're wanting actual page breaks as in you hit the browser print button and want things to print nicely, you're out of luck for HTML. PDF format is the way to go if you are trying to control any printed output. You can approximate how many lines will print on a page and SET LINES, but if one wraps or squeezes and increases the height of a single line, it messes things up.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
well, D, i can teach him how to stick a true , printer-respected, page break in html, but its gotta be between tables, so you have to cheat a bit...but cheating is my favorite sport...what are we calling it now? not McGyver, but "Hasselhof", yes that's it, "Hasselhoffing".
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I was trying to avoid "cheating", but I have been know to bend the rules (severely)
If all you want is real page-breaks, just use PDF and avoid the long way around.
Webviewer might be something to play with, but how does that handle printing? It doesn't have its own printer functionality so I don't think it could printan entire report with page-breaks, but you may be able to print a page at a time if the report is short enough.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007