Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppress a header after page 1

Status
Not open for further replies.

dave48

Programmer
Nov 21, 2002
24
US
I have a report with 3 header sections. Header 1 contains the report name, etc. and should print on every page. Header 2 contains the report parameters and should only print on page 1. Header 3 contains the column headings and should print on every page.

How do I suppress the printing of header 2 after page 1? I know that the report header only prints on page 1 but it prints first which is not where the report parameters should print.
 
In the Suppress attribute for that section,
enter the following expression:
------------------------------------
NOT OnFirstRecord
------------------------------------

Cheers,
- Ido CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
You can also say pagenumber > 1 in the suppress formula of Format Selection Madawc Williams
East Anglia
Great Britain
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top