January 22, 200124 yr Is there a way to print the total number of pages. I want a report to have, at the bottom of each page, "page ## of __".
January 23, 200124 yr You need to use a script to do this. Create a global field called gPage_Count and use the following script snippet when the report is ready: Enter Preview Mode [] Go to Record/Request/Page [ Last ] Set Field [ gPage_Count, Status( CurrentPageNumber ) ] Have the gPage_Count field on your layout, perhaps as a merge field: page ## of <<gPage_Count>> Chuck
Create an account or sign in to comment