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

Report Header on each page - CRXI

Status
Not open for further replies.

karnd

Programmer
Feb 1, 2003
190
US
Hi,

I have looked for whole options available but could not figured out how the "Report Header" can be repeated on each page.

Please provide some ideas.

Thanks a lot,
Regards,
 
A report header only appears once per report. Use a page header for data you want repeated on every page. If you are referring to a subreport, you can create a fake page header by inserting a group on a formula that is true for all records,e.g.,

whilereadingrecords;
1

Check "Repeat group header on each page". Then remove the groupname and use this section as a page header in your subreport.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top