July 5, 200223 yr 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.
July 5, 200223 yr 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
Create an account or sign in to comment