rrdwitt Posted August 2, 2018 Posted August 2, 2018 Hi all, I have 3 different 1 sided art work pages. Each with a unique name. But when I go to preview the pages, it only gives me the first one. The artwork names are "D1SE" "D1MA" "D1NE" But when I preview it only shows whichever "D1" art work is first in the list. Do I need another condition? if ((Field("REGION") =="Southeast") && (Field("VERSION1") == "D1")) FusionPro.Composition.SetBodyPageUsage("D1SE",true) ; } if ((Field("REGION") =="Mid Atlantic") && (Field("VERSION1") == "D1")) FusionPro.Composition.SetBodyPageUsage("D1MA",true) ; } if ((Field("REGION") =="Northeast") && (Field("VERSION1") == "D1")) FusionPro.Composition.SetBodyPageUsage("D1NE",true) ; } Thank you in advance! Quote
Dan Korn Posted August 2, 2018 Posted August 2, 2018 It's hard to say without seeing the job files. Also, what do you mean by "preview?" Do you mean a local Preview, in Acrobat? Or an online preview in MarcomCentral or some other online app? Or something else? Quote
rrdwitt Posted August 3, 2018 Author Posted August 3, 2018 Thanks again Dan. I asked Alex as well, I had some brackets missing. Thanks for answering. Much appreciated Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.