Focal Point
[SOLVED] Footing at bottom of page

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

April 16, 2012, 02:50 PM
Enigma006
[SOLVED] Footing at bottom of page
Hi

How can I get FOOTING at bottom of every page rather than where data ends?

This is my footing
"Page <TABPAGENO  of<TABLASTPAGE"


Also, how can we leave two lines when sort field changes. I can get one using SKIP-LINE.
But, I have secondary sort field where Im using SKIP_LINE to skip one line and for primary sort field I need to skip 2 lines. How can I do this?

Report output is PDF
Thank you.

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


8.1.05
HTML,PDF,EXL2K, Active, All
April 16, 2012, 03:25 PM
Prarie
See if this helps.
April 16, 2012, 03:34 PM
Danny-SRL
For the footing, use
FOOTING BOTTOM
.

To skip 2 lines use
ON sortfield SUBFOOT
" "
" "



Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

April 16, 2012, 03:37 PM
Enigma006
Hi Prarie, I tried the BOTTOMGAP thing but doesn't work for me somehow..


8.1.05
HTML,PDF,EXL2K, Active, All
April 16, 2012, 03:41 PM
Enigma006
Thanks Danny. This works.

quote:
Originally posted by Danny-SRL:
For the footing, use
FOOTING BOTTOM
.

To skip 2 lines use
ON sortfield SUBFOOT
" "
" "

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


8.1.05
HTML,PDF,EXL2K, Active, All