eljefejb Posted May 3, 2005 Posted May 3, 2005 Hey all - I was wondering if it's possible to compile multiple layouts into a single one so that, when printed, the pages will be sequentially ordered. For example, can you write a script that takes Layouts A, B and C and "staples" them together, then prints, so that Pages 1 and 2 come from Layout A, Pages 3-whatever come from Layout B, and the remaining pages are from Layout C? (Or something to that effect?) Thanks!
Rob 7 Collins Posted May 10, 2005 Posted May 10, 2005 Is the print output where this needs to happen? why not just print Layout A, then Layout B, and then Layout C? I'm not sure I understand the question. FileMaker has no built-in way to print multiple layouts at once (if layout A B and C all use 2.5 pages it's not easy to get a 8 page print), but you create a script with these steps: Goto Layout ["layout A"] Print [] Goto Layout ["Layout B"] Print [] ... and that should do it. (??)
eljefejb Posted May 10, 2005 Author Posted May 10, 2005 No, I had thought of that. I was thinking more along the lines of multiple layouts that will have a variable number of pages, based on how many records are in each. Like, if Layout A has 2 pages worth of data, it prints them, then prints the 6 pages (or however many there happen to be) of data from Layout B, but starts numbering the pages at 3... etc. Wish I could just stick with the book feature of Adobe InDesign, but, sadly, this all has to be dynamic and variable content. *sigh*
Rob 7 Collins Posted May 10, 2005 Posted May 10, 2005 oh, the page numbers! ouch. I'm not sure if you can do that variably, but maybe this will help? You can set print properties before printing, including the page number to start printing at -- so after going to the layout, enter preview mode and get the record count ... this is the number of pages.
eljefejb Posted May 12, 2005 Author Posted May 12, 2005 That's a good idea, Rob! I hadn't thought of that, and may end up using it, if all else fails. The only problem with doing that is that you have to manually type in the value to start page numbering at. (As near as I can tell...) There's no way to have the script enter a value into the print setup dialog box. I bet someone has made a plug-in that will do it, but that costs $$$...
BobWeaver Posted May 13, 2005 Posted May 13, 2005 Have a look at this thread: http://www.fmforums.com/threads/showflat.php?Cat=0&Board=UBB15&Number=152453
Recommended Posts
This topic is 7136 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