Jump to content

mclisa81

Registered Users - Approved
  • Posts

    113
  • Joined

Everything posted by mclisa81

  1. No overflow pages used. I have 71 body pages set to unused in my template. They are turned on based on the funds the client has in their data using the following rule.. var TotalFields = 71; var PrintVersions = new Array(); for (i = 0;i < TotalFields;i++) { if (Field(i+1) != "") { PrintVersions[i] = Field(i+1); } } for (n = 0;n < PrintVersions.length;n++) { var Front1 = PrintVersions[n] + "-front1"; FusionPro.Composition.SetBodyPageUsage(Front1,true); } } So there could be 1-71 pages that are set to "true", and when the last page is an "odd" number of pages, I need the "BlankBack" set to "true", so it backs up the last page (if odd).
  2. I have an unused body page that should either print or not print based on whether it falls on an even or odd page. The 70 pages in front of it are variable, so the count is always different. If the unused body page falls on an even page, it should print. If it is odd, it should not print. I'll attach an example. Thanks in advance.
  3. Hi Mark, I found this post and there wasn't an answer, and one of my questions matches the question in the post. I acually have 2 questions, if #1 can be answered, then #2 doesn't won't matter. I'll attach a pdf for clarity. 1) When I enter a hard return to bring a word down onto another line I get a < p > instead of a return. I an using hard returns elsewhere in my template and they work fine. I'm assuming it has to do with having the "treat returned strings as tagged text on" for the rule. If there's a way around this, I'm interested. Here's my rule [font=Arial]var text = Field("QuoteCopy2")[/font] [font=Arial]var text2 = Field("Quotedby2")[/font] [font=Arial]return '<p findent=0 lindent=1930 rindent=1550 tabstops="0;1550,Left;"><f name="Berkeley Book"><z newsize=45><subscript>&ldquor;</subscript><f name=BerkeOldStyItcTMed><z newsize="11.5"><leading newsize="160"><tracking newsize="-1">' + [/font] [font=Arial] NormalizeEntities(text) +[/font] [font=Arial] '<p quad=R rindent=0 leading=1><f name="Berkeley Book"><z newsize=45></tracking><subscript>&rdquor;</subscript>' + [/font] [font=Arial] '<p quad=R rindent=1550 leading=160><f name="Frutiger 55 Roman"><z newsize=10>' + NormalizeEntities(text2);[/font] 2) I do not want a widow on the last line of the quote. There needs to be 2 words minimum. I do not want to copyfit the line (by bringing the widow up to make 1 line). I would want the last word from the previous line brought down. Any help would be appreciated linebreak.pdf
×
×
  • Create New...