Focal Point
[SOLVED] PAGE-BREAK on last page

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

July 02, 2009, 04:32 AM
Jérény Deidda
[SOLVED] PAGE-BREAK on last page
Hi,

I would like to make a page-break on the last page of my document in order to make a summary. Is it possible?

TABLE FILE MYFUND
PRINT *
BY SUBFUND
ON SUBFUND PAGE-BREAK
END


I tried with this command :

ON TABLE PAGE-BREAK


but it doesn't work.

Any idea?

This message has been edited. Last edited by: Jérény Deidda,


WebFOCUS 7.6.4 running on Windows
Output formats : PDF, Excel and HTML
My blog
July 02, 2009, 04:47 AM
ac1
You can try this code:

 
ON TABLE PAGE-BREAK AND SUBFOOT             
"FOOTING TEXT - FIRST LINE"   
"FOOTING TEXT - SECOND LINE"                           



bye



FOCUS 7.2.0S1
Mainframe - MVS 390
Excel, Flat file

Italy
July 02, 2009, 04:58 AM
Jérény Deidda
Perfect!

Thanks


WebFOCUS 7.6.4 running on Windows
Output formats : PDF, Excel and HTML
My blog