Dan,
I am using a pre-designed government form that has rows for 9 leases on the first page and 11 leases on any subsequrnt pages. Each row is .667 inches high.
Jrbbldr,
I am using a cursor and appending the necessary amount of blank records to fill the last page.
The problem I am having is that the last row on the page is either too big; or too small and then the page only has 10 records listed.
I can control it by adjusting the size of the Footer, which is unreliable because the slightest adjustment on the form may not seriously make a difference, but can change the amonut of space allowed for the detail band.
What i tried instead is using a For/Endfor loop to run REPORT FORM with a NEXT clause. This works fine except in the preview, since each page is a separate report, I cannot go forwards and/or back through the pages.
What would be nice is a setting like:
Number of times detail band is repeated on page?