Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / Crystal Report / September 2008



Tip: Looking for answers? Try searching our database.

"Report Header" in the middle of the first page

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Lukas - 04 Sep 2008 09:56 GMT
Hello

I would like to place a "Page Header"-Section before a "Report header"-
Section:

{Page header}                                                       Logo
___________________________________________
*
*
* {Report Header}
*
*
{Details}

___________________________________________
{Page footer}                                        Page n of m

Can someone tell me, how to configure a crystal report in a way, that
a "Page Header" appears before a "Report header"?

Or can I switch off the "Page header" only on Page 1 ?
If yes, I Could shift its content to the one of the Report header!

Thanks in advance !
Lukas
Andrew Gabb - 04 Sep 2008 14:14 GMT
You can't, but your second suggestion is getting closer.

There's nothing special about the RH except that it comes before the
report. Effectively, it's a page header only shown on page 1.

So you can do this:

PHa, repeated on each page.
PHb, only on page 1.

To select a report to only print on page 1, go to the Section Expert
and select the X-2 button to the right of 'Suppress'. You then put
an expression which if true, suppresses the page (but don't click
the Suppress checkbox). So the formula is:

PageNumber > 1

To show on all pages except page 1, put:

PageNumber = 1

Andrew

> Hello
>
[quoted text clipped - 21 lines]
> Thanks in advance !
> Lukas

Signature

Andrew Gabb
email: agabb@tpgi.com.au       Adelaide, South Australia
phone: +61 8 8342-1021
-----

Lukas - 05 Sep 2008 16:58 GMT
Hello Andrew

It was exactly what i searched for!
Thank you very much!

Lukas
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.