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.
Hi, I have a report that contains over 10000 lines. I want all the lines to appear in one page. SET LINES = 99999 is not working for me. Is there some other setting?
Thanks.
WF 7.1.1, WF Developer studio 7.1.1, Windows & Mainframe, HTML
As Francis states, it depends upon what "not working" means.
If you have over 99999 lines then of course it will not work as you specify a page size of 99999 lines. If you want continuous forms, without regard to the number of lines of output you have, then you must specify SET LINES = 999999 - a distinct difference to what you have.
If you read the documents then you will see that -
quote:
Sets the maximum number of lines of printed output that appear on a page, from the heading to the footing. Sets the maximum number of lines that appear on a logical page, from the heading at the top to the footing on the bottom. The value of LINES can range between 1 and 999999; specify 999999 for continuous forms. WebFOCUS will generate HEADING and FOOTING text after each group of lines as defined with the SET parameter.
It's all there in black and white (or black/blue and pale yellow if you use DS help )
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004