I have a crystal report to print an invoice. I have a page header with details like Item number, quantity etc. I want it to display in first page only. Currently if more items than a page comes rest of the items will be printed in 2nd page. I don't want the page header to display on all pages. I want it to display on first page only. Means i want it to display one time only. I have solved a similar problem with report footer. i wanted it at last page only. So i suppressed the fields and written the formula
PageNumber <> TotalPageCount
so how to display page header in first page only? and how to display a box object in last page only. Can someone help me with that?