Geeksharka Posted July 5, 2002 Posted July 5, 2002 Hi, I am trying to print the amount of pages per print job in the footer, so that the pages would print out, for example: 1 of 4, 2 of 4, 3 of 4, 4 of 4 Does anyone know how to get the amount of pages per print job to print? Many thanks.
LiveOak Posted July 5, 2002 Posted July 5, 2002 Create a global number field "gLastPage". Place the text "## of <<gLastPage>>" in your footer. Add these steps to your print script: Enter Preview Mode () Goto Record/Request/Page (Last) SetField(gLastPage, Status(CurrentPageNumber) Print() Enter Browse Mode -bd
Recommended Posts
This topic is 8168 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