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.
How to not print the heading info on every page but at every new record from the database.
Currently the heading prints on every page, but if a page full of data spans over to two page the heading will print on the second page which we do not want.
is there a way to do this. don't tell me to try subhead, because we tried it the problem is that subhead prints the subhead data after the field titles of of the report.
Posts: 61 | Location: New York City | Registered: July 20, 2006
Change the name of the column headings to blank using the AS phrase.
Then use SUBHEAD where the last line of the SUBHEAD contains the column headings.
The drawback is that you will have to play with the spacing to get column headings to line up with the data. If you change the order of the columns, you must remember to change the last line of the SUBHEAD.
That is the problem, I am doing that with the subhead, but what happening is that the subhead text heading does not align up with all the records, since the table width changes for each record.
Posts: 61 | Location: New York City | Registered: July 20, 2006
What if you set the lines to a high value and then do a page-break whenever you need it to break? So, for instance SET LINES=9999 and in the request a BY BREAKFIELD PAGE-BREAK.
Hope this helps....
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007