I am using Crystal 11. In my report I have a cross-tab in the report footer. I used the following suggestion from synapserampire "Drag your crosstab into the lower section.
Suppress the upper section and place this formula within:
whileprintingrecords;
booleanvar SuppressPH := true
Now right click the page header and select format section and in the X2 next to suppress place:
whileprintingrecords;
booleanvar SuppressPH"
This works great for the first page of the Report Footer, but the Report Footer is 3 pages long. How you can you suppress the Page Header for all pages in the Report Footer.
Suppress the upper section and place this formula within:
whileprintingrecords;
booleanvar SuppressPH := true
Now right click the page header and select format section and in the X2 next to suppress place:
whileprintingrecords;
booleanvar SuppressPH"
This works great for the first page of the Report Footer, but the Report Footer is 3 pages long. How you can you suppress the Page Header for all pages in the Report Footer.