Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Issue with page number display on PDF

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Issue with page number display on PDF
 Login/Join
 
Member
posted
Hi,

I am generating the page number using 'footing' for PDF versions . The problem is bottom border for the table is not coming at the end of the each page; also a line is coming just above the page no display in PDF version.

below code is used to generate the page numbers on footer

  
FOOTING BOTTOM
"PAGE <TABPAGENO OF <TABLASTPAGE "


The report output:

Acct# Actual LY
-----------------------------
supplies 10000 9000
Maintanance 20000 24000

_______________________________
PAGE 1 OF 2

Acct# Actual LY
-----------------------------
supplies 10000 9000
Maintanance 20000 24000
------------------------------
PAGE 2 0F 2

Observe that in page 1 the bottom border of the table moving down and appearing just above the Page number display by creating a gap.I tried using below commands to resolve the issue but still i am unable to resolve the issue.I am working on 7.1.4 version.

SET PRINTPLUS = ON , ON BYFIELD PAGE-BREAK ,ON TABLE SET ONLINE-FMT PDF

Please provide any solution to eliminate that line just above the page no in PDF version

This message has been edited. Last edited by: Kerry,


WebFOCUS7.1.4,Windows
 
Posts: 6 | Registered: December 04, 2007Report This Post
Platinum Member
posted Hide Post
Hello Mr.Karun,
can you explain Briefly, then only i can understand. Winky

Thanks,
Kalyan


Thanks,
Kalyan.S
------------------------------------
WebFOCUS 7.1.4, Win XP SP2,
Oracle8i.
------------------------------------
 
Posts: 155 | Location: Bangalore. | Registered: January 24, 2006Report This Post
Expert
posted Hide Post
Karun,

Not sure I totally understand your question.

Run this code and tell us what you get:

TABLE FILE CAR
PRINT SALES RCOST DCOST
BY COUNTRY 
BY CAR
BY MODEL 
BY BODYTYPE
ON TABLE SET ONLINE-FMT PDF
FOOTING BOTTOM
"PAGE <TABPAGENO"
END  


Do you see the page number at the bottom of the page?

What are you getting that is different from what you want?


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Virtuoso
posted Hide Post
quote:
FOOTING BOTTOM
"Page
/CODE


Did some code not come through here?


Leah
 
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004Report This Post
Member
posted Hide Post
quote:

Thanks for your reply
Yes, some code was missing out there below is the actual code used to generate the page number on footer in pdf,
  
FOOTING BOTTOM
"PAGE <TABPAGENO OF <TABLASTPAGE "

but the problem is bottom border for the table is not coming at the end of the each page; also a line is coming just above the page no.

Please provide me some solution to resolve this issue.


WebFOCUS7.1.4,Windows
 
Posts: 6 | Registered: December 04, 2007Report This Post
Member
posted Hide Post
quote:

Thanks Jakes for your reply

The code which was suggested by you is working fine for car table, but my problem is different i am generating PAGENO on footer using
 
FOOTING BOTTOM
"PAGE <TABPAGENO OF <TABLASTPAGE "

i am able to see the page numbers i.e. PAGE 1 OF 2 AND PAGE 2 OF 2 but in page number 1 a line is appearing just above the page number, in page 2 it's working fine.

Please provide me any solution to remove the line above the page number display.


WebFOCUS7.1.4,Windows
 
Posts: 6 | Registered: December 04, 2007Report This Post
Virtuoso
posted Hide Post
Try putting this at the beginning:

SET PRINTPLUS=ON


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Expert
posted Hide Post
I ran this in 762 without a problem:

TABLE FILE CAR
PRINT SALES RCOST DCOST
BY COUNTRY PAGE-BREAK
BY CAR
BY MODEL 
BY BODYTYPE
ON TABLE SET ONLINE-FMT PDF
FOOTING BOTTOM
"PAGE <TABPAGENO OF <TABLASTPAGE "
END  


There were issues in 533 with page n of m with PDF. Maybe they did not all get resolved in 7.1.x.

You might want to open a case.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Member
posted Hide Post
quote:

Thanks for your reply

SET PRINTPLUS = ON

I am already using this set command in my code still i am getting the line above the page number display.


WebFOCUS7.1.4,Windows
 
Posts: 6 | Registered: December 04, 2007Report This Post
Virtuoso
posted Hide Post
Do you have any style sheet options in your code that might be causing the issue?


Leah
 
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004Report This Post
Platinum Member
posted Hide Post
Hello,
I am using WebFOCUS 7.7.02 and am having the same problem.
How can I decrease the space between the page number and total pages?
How can I decrease the space between the line and text?

Thanks in advanced,
Carlos Dias


WebFOCUS version: 7.6
Linux/Windows
HTML, Excel
 
Posts: 127 | Location: Aveiro, Portugal | Registered: February 04, 2011Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Issue with page number display on PDF

Copyright © 1996-2020 Information Builders