danjacoby Posted January 22, 2001 Posted January 22, 2001 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 __".
Chuck Posted January 23, 2001 Posted January 23, 2001 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
Ocean West Posted January 23, 2001 Posted January 23, 2001 We will keep this topic in the FAQ Forum. Thank's Dan & Chuck.
Recommended Posts
This topic is 8773 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now