Good morning, I'm using Webrfocust 7.14, running on an NT Server environment. But the development work is being done on my PC, which is running windows xp professional.
I tried the coding construct you suggested, but it forces unwanted page breaks, and still displays the footing directly (2 lines of space) below the last detail line on the page. Here is code example:
TABLE FILE FNAME
PRINT ITEM2 AS 'Item II'
ITEM3 AS 'Item III'
ITEM4 AS 'Item IV'
BY ITEM1 AS 'Item I' PAGE-BREAK
HEADING "Item Report"
FOOTING BOTTOM "End of Item List"
The FOOTING still appears 2 lines below the last row of items and, by virtue of the PAGE-BREAK, I get an undesired page advance after each row.
I tried to suppress the PAGE-BREAK with a 'WHEN ITEM1 EQ MISSING', to no effect.