I have a single record fmp file which prints as a merged field report across multiple pages.
In 5.5 I had to split the merge fields across two layouts because there was a 12 page (?) print limit.
I had an idea that the new all singing and dancing FMP 7.0 offered umlimited page printing; meaning that I could print all of the document from within the one layout.
Am I wrong?
Is there a maximum number of printable pages in FMP 7.0
7 posts
• Page 1 of 1
Posts: 18
Joined: Mon Mar 14, 2005 9:14 am Location: Brighton, UK |
|
Posts: 2764
Joined: Thu Nov 20, 2003 11:01 am |
Hi. There is still a length limit to any one layout (about 11 pages depending on your page setup). However, you may be able to get the same merge-field-effect by moving your merge fields into text fields using something like this function: http://www.seedcode.com/support/viewtopic.php?t=229 You could then create as many records as you needed, spreading the print out over several records instead of over several layouts. HTH, John John Sindelar
SeedCode |
Posts: 18
Joined: Mon Mar 14, 2005 9:14 am Location: Brighton, UK |
Thanks for that John.
I'll have a play with the suggested code and see if that helps me at all. Tim |
Posts: 18
Joined: Mon Mar 14, 2005 9:14 am Location: Brighton, UK |
John,
I tried to get my head around the MergeText-Field possibilities, but I’m just not a practised enough coder to get to grips with what’s being suggested. To my untutored eye, the solution on offer looks like it converts my merge fields (which originate as fields in their own right) back into fields? I have tried a complete re-write, splitting my db into multi-records, which kind of works, but leaves me with similar page-break formatting problems that I had before when it printed across multiple layouts. I think I need to rephrase my original question and see if anybody can suggest a more efficient way of achieving what I originally set out to do – it may be that a more experienced eye (when the problem is explained properly) can suggest a completely different approach... Tim |
Posts: 2764
Joined: Thu Nov 20, 2003 11:01 am |
Could be. The gist of what I was suggesting would look like this: say you had a contract to print that was 20 pages long. You obviously couldn't make that one layout as the layouts are only about 11 pages long. So, you'd build a new table of "contract clauses" where each section of the contract was a record with the clause contained in a text field. Some clause records would be less than a page, some several pages long. If you found all the clauses for one contract (all the records) and viewed them in preview mode, a little careful use of headers and footers would get them to look like a single, 20 page (or longer) contract. The custom function I mentioned is just a handy way to use merge fields in a text field instead of in a layout object. John Sindelar
SeedCode |
Posts: 18
Joined: Mon Mar 14, 2005 9:14 am Location: Brighton, UK |
Hiya John,
I just had one of those 'Damscus'/Eureka moments... My initial (revised) attempt was to create two records which included multiple text fields and radio buttons. Your suggestion would be to put every single paragraph into it's own record, yes? Then view all of them columnar style, with a find based (presumably) on the radio button. Then the self same layout, in found mode, would be the report? I'm trying it now... Tim |
Posts: 18
Joined: Mon Mar 14, 2005 9:14 am Location: Brighton, UK |
I’ve posted an update on General Support/Lateral Thinking...
|
7 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests