Jump to content

OpenNewOutputFile and VDP Producer


Recommended Posts

The following expression works as expected when I compose without using the Scheduler.

if (FieldChanged("MyField"))
{
   FusionPro.Composition.OpenNewOutputFile(Field("MyField")+"."+FusionPro.Composition.outputFormatExtension);
   }

 

The result is 1 pdf for every variation in the MyField column of my data. In this case, there are 10. I get 1.pdf, 2.pdf, and so on.

 

However, when I select the "Use FusionPro Producer on Scheduler" option in Composition settings, only the last pdf is generated, 10.pdf.

 

I am wondering if I need to modify the code, or if I am overlooking an option in composition settings to make this work properly when composing on the server.

 

I am using FusionPro VDP Producer 9.2.3 on a Windows 7 PC.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...