AudreyRae Posted April 27, 2003 Posted April 27, 2003 In the past, I've produced annual directories by exporting data from FileMaker and formatting the resulting text file through a Quark Plug-In called Xdata. What I want to do is print a 3-column document (roughly 600 pages in a 10-point font) with mirrored headers/footers (i.e., facing pages or alternating left and right headers and footers) directly from FileMaker Pro 5.0. Is that possible?
BobWeaver Posted April 28, 2003 Posted April 28, 2003 Yes, with a few calculated fields. All of the information that you want to appear on odd pages should be in unstored calculated fields of the form: Case(Mod(Status(CurrentPageNumber),2),"Odd page header text or field references","") And for even pages: Case(Mod(Status(CurrentPageNumber),2),"","Even page header text or field references") Then place all of these fields on the header and footer parts. The Calculations will determine which information is actually displayed.
Recommended Posts
This topic is 7872 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