Hello all,
I have a crystal report XI report:
it has report header,page header,details(has a subreport), page footer, report footer(has a subreport).
When printing the report footer, how to suppress the page header?
Thanks.
Crystal Reports
Last Comment
Mike McCracken
8/22/2022 - Mon
Mike McCracken
You can try using a formula as
OnLastRecord
That will suppress the page header when processing the last record
Right click the page header in the left margin
Click SECTION EXPERT
Click the formula button for SUPPRESS
Enter
OnLastRecord
CLick SAVE AND CLOSE
Click OK
mlmcc
Star79
ASKER
mlmcc,
I put the formula OnLastRecord
on the formula expert for suppress for the page header, but the page header is getting suppressed in all the pages in addtion to the report footer. I only need it suppressed in the RF
Mike McCracken
Since you didn't mention it, I assume there are no groups.
Does the detail section ever split across a page boundary?
If not try this
hello mlmc,
RH is already suppressed by design
PH has some logo and this has to be suppressed only in the RF
detail has a subreport which inturn has groups inside it
RF has a subreport
PF has some text and logo.
I did the above that you mentioned.It still suppressed the PH in all the pages.
Thanks.
Mike McCracken
Is there only 1 record for the report?
Is the report footer on the last page?
mlmcc
Star79
ASKER
The subreport in the details section has multiple rows and the RF is the last page
OnLastRecord
That will suppress the page header when processing the last record
Right click the page header in the left margin
Click SECTION EXPERT
Click the formula button for SUPPRESS
Enter
OnLastRecord
CLick SAVE AND CLOSE
Click OK
mlmcc