mlplouff Posted May 25, 2003 Posted May 25, 2003 I am printing various sections of a report. Eventually, this will be duplicated double-sided, and each section needs to start on a RIGHT-hand page (odd page number). It's always been simplest just to find one section at a time and then print it, setting the initial page number in "filemaker options" in the print driver. It's not working under osx - I'm always seeing the page number start at 1! Any suggestions or clues? thanks! -Maurita
BobWeaver Posted May 26, 2003 Posted May 26, 2003 You can create an unstored calculated field cPageNumber = Status(CurrentPageNumber)+gStartingPageNo-1 where gStartingPageNo is a global field containing the desired starting page number. Then, rather than use the ## page number symbol on your report layout, use cPageNumber in a merge field. This will allow you to set a starting page (in a script) number without having to deal with the print dialog.
Recommended Posts
This topic is 7841 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