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

I want to print a blank page with text data at end of report

Status
Not open for further replies.
Dec 4, 2000
2
US
Hello,

I have a report that has and an employee name and id row and some detail data underneath it. At the end of the report (last record is read and printed), I want to print another page that only has the same employee name and id rows but this time with only a signature line with text.

Anyone have any idea on how to do it? Thanks.
 
I would add these controls to your report's report footer. Set the ForceNewPage property of the report footer to BeforeSection so it opens on a new page.
 
Thanks for replying CosmoKramer. However, I right click on the page footer it does not have a forcenewpage property. Any clues? To reiterate, I want to print a page with the same header (i.e. student id, name) but just below it print a signature line and text. THanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top