How to keep header on subsequent pages

JimJones

Registered User.
Local time
Today, 02:43
Joined
May 6, 2003
Messages
78
Hi,

I have a report for this project, where I need to keep the header information perfectly in tact, should the details section be so excessive it needs to write more than one page.

Critically, I have a background, which the user created. I've included that background, so it looks just like the original form is printing. That part works fine.

If I could just now get the form to start printing in the boxes on new pages.

Thanks,
Jim
 
Well of hand it sound like you are using "Report Header" for your header. This will print the header at the beggining of the report only. To have the header on each page, use "Page Header" (View--> Page Header/Footer)
 
Kraj said:
Well of hand it sound like you are using "Report Header" for your header. This will print the header at the beggining of the report only. To have the header on each page, use "Page Header" (View--> Page Header/Footer)


No, it's not working. It's actually making no difference.

BUT, more precisely: The background image I have in my test is
stable. It stays put as expected, and so do the few test fields that I've dropped in to the report.

But it seems to make no difference on this other report which I'm trying to keep in tact. In other words, to not start the header half way down the page, etc.

Can you help,

Thanks,
Jim
 
Could you maybe post a screenshot of the report?
 
Try forcing a new page after the detail

If you tell the page footer to force a new page subsequent pages should line up from the top again.
The overflow may not be pretty but the rest should work
 

Users who are viewing this thread

Back
Top Bottom