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.
Thank you for your resolutions. I am having a small issue here. Whenever my report breaks onto the next page in the PDF format, the border lines are not getting closed properly. They end abruptly just before the page subfooting.
Following is an example using EMPDATA
SET PRINTPLUS = ON TABLE FILE EMPDATA BY FIRSTNAME BY LASTNAME HEADING " Ref: R1295 <+0> <+0> Commercial in Confidence<+0>Run on: &DATEDMYY " " <+0> <+0> " " Year: 2007<+0> Period: 09" " Division: <+0>IS" " Department: <+0>IS" " Acct: 83505" FOOTING " Page "FSL Commercial in Confidence" ON TABLE SET HTMLCSS ON ON TABLE PCHOLD FORMAT PDF ON TABLE SET STYLE * BORDER=LIGHT, UNITS=IN, PAGESIZE='A4', RIGHTMARGIN=0.194444, TOPMARGIN=0.10000, BOTTOMMARGIN=0.00000, SQUEEZE=ON, ORIENTATION=LANDSCAPE,$ TYPE=FOOTING , STYLE=BOLD,FONT='ARIAL',$ ENDSTYLE END
In the above code , just before the first page ends , the border lines end abruptly above the page footing.
Is there anyway that the borderlines close just before a page ends?? I mean there is a BORDER-BOTTOM at the end of every page.??
But bottom margin is not having any effect. I want the border lines to close before the page number footing. Increasing the bottom margin is not having any effect.