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 try to add a page number on every page of my PDF report. I put in some notes in the SUBFOOT section. When the notes spills over to next page, the page number will only show on the last page that contains the notes. Please see the sample files below. I wonder if anyone could shed some light on this problem.
Thanks in advance, Jenny
**************************************** SET PRINTPLUS = ON TABLE FILE CAR PRINT DEALER_COST RETAIL_COST BY COUNTRY BY CAR BY BODYTYPE ON COUNTRY SUBTOTAL AS 'Total' HEADING "This is heading" ON TABLE SUBHEAD "Cars File" FOOTING BOTTOM "Page <+0>Run Date: <+0>&DATEtMDYY" ON TABLE SUBFOOT "Notes:" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" "a) Notes" ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT PDF ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * UNITS=IN, PAGESIZE='Letter', LEFTMARGIN=0.5000000, TOPMARGIN=0.5000000, BOTTOMMARGIN=0.000000, SQUEEZE=ON, ORIENTATION=PORTRAIT, $ TYPE=REPORT,FONT='TIMES',SIZE=8,COLOR='BLACK',BACKCOLOR='NONE',STYLE=NORMAL,$ TYPE=SUBTOTAL, FONT='ARIAL', COLOR='BLACK', SIZE=9,$ TYPE=SUBTOTAL, border-top=light, border-top-color=rgb(66 70 73),$ TYPE=SUBTOTAL, border-bottom=light,border-bottom-color=rgb(66 70 73),$ TYPE=SUBTOTAL, BACKCOLOR=RGB(226 231 235),STYLE=-BOLD,$ ENDSTYLE ENDThis message has been edited. Last edited by: <Kathryn Henning>,
You can't do anything about this - because you have PRINTPLUS set to ON, the table subfoot is printed before the footing. The only thing you can do is turn PRINTPLUS to OFF. This will print the table subfoot after the footing - on a different page, which I would prefer...
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Thanks Francis for the explanation -- that make senses.
Now I removed PRINTPLUS, and the page number won't show on the notes page (I guess this is expected since the subfoot is after footing now). But just wonder is there a way to add in the paging on notes page as well, it's just wired to see page 1 of 2, then no more...