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.
I would like to have my FOOTING exactly .05 inches away from the bottom of the page in a PDF report. If I make the bottom margin 0.5, the FOOTING appears quite a bit above 0.5 inches from the bottom. If I make the bottom margin 0.0, it still is a bit above the bottom of the page.
TABLE FILE CAR<br />PRINT
COUNTRY CAR MODEL BODYTYPE SEATS
HEADING CENTER
"CAR REPORT"
FOOTING BOTTOM<br />"&
FOCFOCEXEC <90 "
ON TABLE SET ONLINE-FMT PDF<
ON TABLE SET STYLE *
UNITS=IN, PAGESIZE=LETTER, ORIENTATION=LANDSCAPE, SQUEEZE=ON,
LEFTMARGIN=0.5, RIGHTMARGIN=0.5,
TOPMARGIN=0.0,
BOTTOMMARGIN=0.0, $
TYPE = REPORT, GRID=OFF,
FONT=ARIAL, SIZE=8, $
TYPE = FOOTING, SIZE=8, JUSTIFY=CENTER, BORDER-TOP=LIGHT,$<br />END
This message has been edited. Last edited by: Kerry,
Hi Francis, after some research on the documents, it looks like that this may be related to the different release of WF you are using. Depending on different releases, you will probably use different command line, e.g. FOOTING BOTTOM, BOTTOMMARGIN, BOTTOMGAP, etc.
Please see if the following documents are helpful in any direction.
FYI, I was able to update the first link, which is a link to an old topic. But for the other documents on techsupport website, they are taken down and only internals can see them.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
The first (techsupport) link explains that you can use SET PRINTPLUS=ON to solve some PDF formatting problems. The second link explains the difference between html and pdf positioning. For HTML the HEADALIGN is used, while for PDF the POSITION is used. The third link tells something about topgap and bottomgap. Nothing very much exciting.
And Nubi is right, setting PRINTPLUS to ON moves the footing almost all the way to the bottom. Setting BOTTOMGAP to 0 moves it exactly to the bottom of the page. Also removing the BORDER-TOP=LIGHT as Karen proposed back then even moves it slightly off the page.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007