danjacoby 0 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 __". Quote Share this post Link to post Share on other sites
Chuck 5 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 Quote Share this post Link to post Share on other sites
Ocean West 136 Posted January 23, 2001 We will keep this topic in the FAQ Forum. Thank's Dan & Chuck. Quote Share this post Link to post Share on other sites