Steven
we have played with this but it is nearly impossible to get this to work. The only thing we could do is to sit on the OnVpePageBreak event and wait for the page break to happen. But that would be to late of course as we would be too far down the page for footers and possible subtotals
if we would know exactly where the area would be over for the bodies we could theoretically do this
set the page bottom margin to the above
sit on OnVpePageBreak
when page break happens handle headers and footers as we do in DoFormFeed
i had a prototype for this but it wasnt working well in all situations. Now for your report it can work easily as you can limit this to one report
come to think of it maybe we could implement it so it is there but you have to manually turn it on and set the bottom margin for it to work.
Mike