Print Page | Close Window

Page Header repeating

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=2145
Printed Date: 07 May 2024 at 9:37am


Topic: Page Header repeating
Posted By: stevbren
Subject: Page Header repeating
Date Posted: 27 Jan 2008 at 10:52am
I have a report that I don't want the page header to repeat on subsequent pages.
I have 2 reports that are identical, 1 for hard copy and 1 for PDF viewing. I don't want to view the page header on the hard copy.
 
Thanks for any help,
 
Steve



Replies:
Posted By: arreports
Date Posted: 27 Jan 2008 at 1:29pm
if you want the header to appear only once at the top of your report, you can use the Report Header.  What is in your page header and why don't you want it to repeat?

-------------
We're all in this together.


Posted By: arreports
Date Posted: 27 Jan 2008 at 1:32pm
Also, you can insert a Section B Page Header and create a parameter that asks the user for H for Hard Copy and E for Electronic, then add Selection Criteria to restrict one or the other based on that parameter

-------------
We're all in this together.


Posted By: stevbren
Date Posted: 28 Jan 2008 at 4:57am
Thanks for the reply and idea. The information in the page header is on every page in case the pages get separated, someone can know what job they go to. On the electronic form, this is not needed.
 
I understand creating a second page header, and a parameter, but I am still not clear on how to set the formula or parameter for the header not to print if someone chooses electronic.
 
Thanks,
Steve


-------------


Posted By: BrianBischof
Date Posted: 28 Jan 2008 at 9:18am
To turn off the page header with a parameter, put a formula in the Suppress property of the Page Header. Something like
{?PDF}=True



-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>



Print Page | Close Window