Focal Point
To generate borders at the end of each page for multiple page reports

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1801006202

December 21, 2006, 09:08 AM
Code Digger
To generate borders at the end of each page for multiple page reports
Im trying to generate multiple page reports.Page numbers should be displayed at the end of the each page.

Im generating the pagenumber using 'footing'. The problem is, bottom border for the table is not coming

at the end of the each page.This is for both HTML and pdf versions.Also, a line is coming just above the page no in pdf version.

plz provide any solution to get the bottom border at the end of each page and also how to eliminate that line just above the page no in pdf version.

Also how to reduce the gap size between label page and pagenumber in pdf version



Html output









PDF output:
December 21, 2006, 11:14 AM
mgrackin
Code Digger,

I have found that the use of BORDER puts the erroneous line above the FOOTING. Try using GRID and applying it to DATA instead of TYPE=REPORT.

I'm not sure about getting the line at the bottom of the page. You might try applying a BORDER-BOTTOM to the FOOTING.


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
December 22, 2006, 01:06 AM
Code Digger
Mickey,

Thank u for ur reply.
The erronous line just above the footing has been removed by putting grid =on instead of border=on in type=data attribute.

Im talking abt the borders for the data, not the line below the footing.The bottom border for the last record of the data is not coming at the end of the each page, if the table data exceeds than a single page. If u have any solution plz provide us
December 22, 2006, 08:25 AM
Code Digger
Bottom border for the last record at the end of the each page is not coming because of footing. But when we removed footing it is coming. can any body give solution for this to get bottom border for the data section as well footing should be there.
December 27, 2006, 10:24 AM
Kerry
Hi Code Digger,

Can you please try this:

ON TABLE SET PAGE NOLEAD

and let us know how it works for you. Hope this helps. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
December 29, 2006, 07:44 AM
Code Digger
KERRY,
ITS NOT WORKIN
THANKU
December 19, 2007, 03:37 AM
Karun
quote:

Can anyone provide a solution to this issue even i am facing the same problem?????



WebFOCUS7.1.4,Windows
December 19, 2007, 08:31 AM
FrankDutch
Karun

I think it is better to start a new issue and explane what your problem is.
Now you expect everyone to read all the remarks above to know what YOU want. IMHO it's a bit lazy.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

December 20, 2007, 06:53 AM
<JJI>
Code Digger,

Just try this setting at the beginning of your fex:

SET PRINTPLUS = ON

Normally this setting was created to solve issues with sutotatls and subfoots. But I found out (the hard way) that this also helps with the problem you have. Just try this and let me know if this works for you.

Regards,