Jump to content

ReminderVDP

Registered Users - Approved
  • Posts

    139
  • Joined

Posts posted by ReminderVDP

  1. 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;

    }

  2. 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.

    TextBoxProblem1.jpg.55054b9a2890d6f83ae7cadd51d37bd8.jpg

    templateframe.thumb.jpg.c1f649378a1fe65d544be4f5767b55e0.jpg

×
×
  • Create New...