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

How to reprint Header info on next page!

Status
Not open for further replies.

StefBiz

Programmer
Mar 6, 2003
8
CA
Hi, I'm new with this product and would like to know if I can reprint the header info on next pages after the first one!. Is it possible! Thanks

Stef
 
Dear Stefbiz,

What I typically do is put items that I need to repeat on the following pages in the page header. The report header is intended to print only on the first page. The page header prints on every page.

You can insert another page header section (Right click Page Header in the grey area, insert section below). Put what you want to repeat at the top of the following pages there. Now, right click in the grey area for that page header, format section, and click the x-2 button next to the Suppress Option (don't check the box) and put the following formula in the suppression formula editor:

Pagenumber = 1

This will suppress this "repeating" header on the first page and will allow it to display on subsequent pages.

Hope that helps,

ro
Rosemary Lieberman
rosemary@microflo.com, Microflo provides expert consulting on MagicTSD and Crystal Reports.
 
Thanks Ro, I have placed everything I need to the Page Header. But now, I have a problem with my Page Number field, it's always says "Page: 1" on every page! Is it because it's located in the Page Header?

Thanks
Stef
 
Dear Stefbiz,

No that is where a Page number belongs either in the page header or in the page footer.

Did you insert the pagenumber special field?

The following in a formula will also procduce the page number.

"Page " + Pagenumber

Hope that helps,

ro Rosemary Lieberman
rosemary@microflo.com, Microflo provides expert consulting on MagicTSD and Crystal Reports.
 
Yes I inserted the special field Page Number.

I have also try to create a field with your formula and it's still give page Page 1 on every page!

Would you have another idea?

Thanks

Stef
 
Dear StefBiz,

In the format section did you tick the reset page number after any section?

That is the only thing I can think of...

ro Rosemary Lieberman
rosemary@microflo.com, Microflo provides expert consulting on MagicTSD and Crystal Reports.
 
Yes, thanks again. I had at one place this mark on and now it's working fine.

Have a nice day Rose

Stef
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top