Connecting Tech Pros Worldwide Help | Site Map

Pages in subreport

  #1  
Old November 12th, 2005, 07:11 PM
Trev@Work
Guest
 
Posts: n/a
I'm just going through all reports in an application and putting a
standard report header and page footer using a subreport for each.

In the page footer's subreport I have a page number textbox:

="Page " & Report.Parent.Page & " of " & Report.Parent.Pages

When I preview the report, it says "Page 1 of 0" but printing it gives
"1 of n" where n is correct. Any way of persuading it to show the number
of pages in preview mode? (doesn't bother me but I just know my clients
will moan about it).
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to skip empty pages in a report!! wattar answers 4 November 23rd, 2006 04:36 PM
no records message on own separate page in subreport Helen answers 0 November 20th, 2005 09:40 PM
no records message on separate page in subreport Helen answers 0 November 20th, 2005 09:40 PM
Section keep-together within subreport? Steve Jorgensen answers 6 November 13th, 2005 08:29 AM