I'm at wit's end with this...what 'suppress' formula should I enter in my page header so that the page header WILL print on any page where a detail record appears, but WILL NOT print on any pages that come after the final record in the detail section has printed? I don't want the page header from the main report to print on the subreport pages. Basically, I just want the page header to 'turn off' after the last record is read and printed in the detail section.
I can't seem to find any Crystal Syntax that references an EOF condition. I've tried simply entering "OnLastRecord", which does a good job of keeping the page header off of every page after the last detail record, but unfortunately it also keeps the page header off of the last page containing any detail records. I've also tried "NextIsNull[detail_field]", but again, this causes the page header to suppress on the page where the last detail record appears. Any input is much appreciated. =P
I can't seem to find any Crystal Syntax that references an EOF condition. I've tried simply entering "OnLastRecord", which does a good job of keeping the page header off of every page after the last detail record, but unfortunately it also keeps the page header off of the last page containing any detail records. I've also tried "NextIsNull[detail_field]", but again, this causes the page header to suppress on the page where the last detail record appears. Any input is much appreciated. =P