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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page Header Suppression

Status
Not open for further replies.

bld21

Technical User
Mar 1, 2010
49
US
I am using crystal reports 2008. I have created a letter with page headers c,d,e.

I have 3 detail sections, A for Letter text, B for remittance info, and C for mailing info.

I would like to not see the page header information in the second and third page of the letter. Right now it will print the page header info on each page. I only want to see it in the first detail section of A, not in the other 2 detail sections.

Is there a way to do this?
Bruce DiPaola
 
Use a suppression formula for the page header sections:

pagenumber <> 1

If you have multiple letters per report, i.e., if you have a group per letter, then format the group footer in the section expert to "reset page number after". Then the same suppression formula will work.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top