Link to home
Start Free TrialLog in
Avatar of urthrilled
urthrilled

asked on

Crystal Report with Dynamic Page Headers?

I have a Crystal report with FIVE report footer sections - Report Footer a has the totals for the main report data.   Report Footers b, c, d & e each have cross-tabs summarizing the data in various ways.  

I have the page header that displays for the main data tied to a boolean var flag and set to not print on the last page (which is where the last two cross-tabs display).   So the main data and last page headers are taken care of.  My issue is how to display a different page header for Report Footers b & c that repeats appropriately on the next page.

Both Report Footer b and Report Footer c take more than one page to print, so simply using a text box above doesn't work
premp.pdf
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of urthrilled
urthrilled

ASKER

Thanks for tackling this with me!  That's the approach I thought to take, just wasn't making it work.  I followed your instructions for RFb (changed to c) and I still haven't made the page header for the first crosstab show up.  I think the formula suppressing the detail data (first page) may be the culprit.

whileprintingrecords;
booleanvar flag:=true;

Too generic and keeping the other from working or?
mlmcc - I discovered some leftover stuff in there I tried yesterday, let me get it cleaned out and I'll try it with your solution again and let you know - Thanks again!
Success!!!  Got all my false starts out, followed your instructions and it's working like a charm - Thank you!
Perfect - Thank you!