Here is the recommended crystal way to show page headers in subreports. Please note, I have tried this and it came from knowledge base article c2014229
Enjoy,
Sylvia Reynolds
KBase Article ID:c2005103
Article refers to:Crystal Reports 7
Symptom
Since subreports are objects in the Main Report, they do not contain Page Headers.
How can you create a fake page header for subreports?
Resolution
To create a fake page header for subreports, use the following steps:
-
In the subreport, create a formula:
@FakePageHeader
//name of formula
WhileReadingRecords;
" " -
Go to the ‘Insert’ menu and click ‘Group’. Select the @FakePageHeader formula.
-
Select the ‘Repeat Group Header on Each New Page’ option, and click ‘OK’.
This inserts a new group at the lowest, or innermost, grouping level. You will need to move this group to the highest, or outermost, grouping level. -
Go to ‘Report’ menu and click ‘Group Expert’. Use the up arrow to move this newest group up to the top of the list.
-
Move all the headers that you would like repeated into this Header for the @FakePageHeader group.
More Information
For information on creating fake page footers in a subreport, refer to knowledge base article c2014229 on our support site at:
http://support.businessobjects.com/search
Training
sylviajuttareynolds (BOB member since 2006-09-05)