QuickReport and SummaryBand (V3.6.2)


2005-07-13 10:08:27 PM
delphi241
Hello:
I have a quickreport that is basic:
Header
DetailCaption
Detail
Summary
Footer
I am trying to print out a full page Terms and conditions page using the
summaryband. So I have a BeforePrint Event to do a new page. It correctly
prints out the summary band at the end of all detail, but the headerband,
etc is still there. I tried setting a boolean that disables the rest of the
bands, but that only works if I have another page of summary not on the
first summary page.
I guess at the point the SummaryBand's Before Print Event occurs the other
bands have already been done?
Is there a way to do this?
Any help would be appreciated.
Thanks,
David Dudley