benwiggy Posted December 20, 2014 Posted December 20, 2014 I want the page numbers in my report to start at a specific value, as the report is going to be a section of a much larger PDF document involving other stuff not from FM. I've found a couple of old threads from several years ago, involving all sorts of fields and scripts, but I'm hoping things have improved since then. http://fmforums.com/forum/topic/32139-print-different-reports-with-sequential-numbering/ Thanks
comment Posted December 20, 2014 Posted December 20, 2014 I don't see that it involves "all sorts of fields and scripts". You only need an unstored calculation field in the form of = Get ( PageNumber ) + 123 This is assuming the "specific value" is known and unchanging. Otherwise use a global field or a variable to hold the offset value .
Recommended Posts
This topic is 3627 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