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

Suppress Page header and print PF only in last page

Status
Not open for further replies.

ldejesuspr

Programmer
Jul 29, 2004
27
PR
I am interested in printing the PH only in the first page and the PF only in the last. How can I do this?

Thanks

Les
 
Instead of using the page header, use a report header section. If you are already using the report header, insert a report header_b section. Similarly, use a report footer section on the last page and format it to print at the bottom of the page. Or, format the page footer to suppress except on the last page. Go to the section expert->page footer->suppress->x+2 and enter:

pagenumber <> totalpagecount

-LB
 
As LA suggests, and conversely for the report header section suppression formula use something like:

recordnumber > 1

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top