Focal Point
PAGE-BREAK problem

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

February 22, 2006, 09:13 AM
Mike Johnson
PAGE-BREAK problem
I have the following code. I would like the on table subfoot to be displayed on a seperate page but adding PAGE-BREAK did not work. Any ideas. Thanks

ON TABLE RECAP
PerMetPerform_time1/P5% = 100 -(TOTTIME_RED / CNT.CONTRACT_ID * 100);
PerMetPerform_money1/P5% = 100 - (TOTMONEY_RED / CNT.CONTRACT_ID * 100);
ON TEROT001.COST_CENTER SUBFOOT
" "
" "
" <30 Performance Measures for: " "
" <30 Total Contracts: <90 <+0>"
" <30 # Contracts that don't meet Time Performance Requirements: <90 " <30 # Contracts that don't meet Money Performance Requirements: <90 " <30 % Time Contracts that Meet Performance: <90 " <30 % Money Contracts that Meet Performance: <90 " "
ON TABLE RECAP
PerMetPerform_time1/P5% = 100 -(TOTTIME_RED / CNT.CONTRACT_ID * 100);
PerMetPerform_money1/P5% = 100 - (TOTMONEY_RED / CNT.CONTRACT_ID * 100);
ON TABLE SUBFOOT AND PAGE-BREAK
" "
" "
" <30 District Performance Measures"
" "
" <30 Total Contracts: <90 <+0>"
" <30 # Contracts that don't meet Time Performance Requirements: <90 " <30 # Contracts that don't meet Money Performance Requirements: <90 " <30 % Time Contracts that Meet Performance: <90 " <30 % Money Contracts that Meet Performance: <90 " "
February 22, 2006, 09:17 AM
Prarie
Try adding NEWPAGE.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
I replaced the PAGE-BREAK with NEWPAGE still did not work.
You need them both.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
Problem resolved. I had the PAGE-BREAK in the wrong place.

ON TABEL PAGE-BREAK AND SUBFOOT

is the correct usage. Thanks