Jump to content

ReminderVDP

Registered Users - Approved
  • Posts

    139
  • Joined

Everything posted by ReminderVDP

  1. Sure is Dan. See attached screen shot. The rule to pull in the QR Code graphic is QRCode_TEST.
  2. I removed the semicolon after the if statement and still got the error.
  3. That doesn't work either. I don't get the syntax error but it doesn't work on the template. I have attached an example. The QRCode field is empty and the OnRecordStart suppress rule is written but it still wraps around the graphic box.
  4. Eric, It is used on the OnRecordStart and it gives me that syntax error every time.
  5. I have been trying to suppress a graphic frame that is on top of a text frame that will suppress when the QR Code is not present and the text will not wrap. I am using this JavaScript in the rule and it gives me the error that there is no graphic frame by that name. Do I just have the code written wrong? QRCode is the name of the Graphic Frame. //Suppresses QR Code frame if empty if (Field("QRCode") == ""); { var qrcode = FindGraphicFrame("QRCode"); qrcode.suppress = true; }
  6. I'd upload the files if the file attachment feature worked. I get a Database error every time.
  7. Attachment upload keeps crashing. The zip is only 7.3 MB. It's still doing the same thing in a brand new document. It seems to happen if you use the text box alignment buttons. If you give me your email or another way to get the files to you, I'll send them today.
  8. Dan, I can't post the job because it contains a lot of personal and confidential information. Is there a way I can send you the files, not through the forum?
  9. Dan, The image Text Box Problem is how it displays when Preview is on. The template JPEG is how it should look. I rotate the box for our layout. I use Desktop version 7.2. This is what the rule is for insertion: //Inserts TOC-2-Anchor template into Body 1 var catalogItem = new FPRepeatableComponent("TOC-2-Anchor"); return catalogItem;
  10. I am encountering a problem that I have never seen before and have checked everything in the file and cannot come up with a solution. I have a file with two body pages and then the rest of the pages in the PDF are all the templates for the magazine. Front Cover, Back Cover, Inside Cover, tear out cards, and anchor cards, etc. I created a Template for the Anchor card, then created a rule just like the rest of the rules inserting a template into the Body page. I created a text box and inserted the rule. The text box on the Body page is the same size as the Template page. When I turn on Preview, the template appears, text centered, when it is anchored to the bottom in the Template. When I click bottom anchor it doubles the template in the Body page. See the attachments for better explanation. I have tried deleting the text box on the body page, creating a new one, and still the same result. I've also quit the program and restarted the computer and same result. I have no idea where to go from here. I can seem to get it working if I just make the data field text, instead of a template page, but I'm not really interested in comprimising when all the other template pages insert fine.
  11. In order to change the size of the frames to fit 3 different sized images, how would you change that in the Javascript? Basically, I need a work-around for the inability to wrap text to an image like Runaround in Quark.
×
×
  • Create New...