Jump to content

job output based on data input. QTY.


rpaterick

Recommended Posts

Posted

sample data attached.

 

Is there a way when outputting a file to have FusionPro output a record twice based on a data column input?

 

Example attached shows in the qty field a 1 or 2 number. When displaying 2 in the data entry, could FusionPro output two of that record?

 

Thanks for any direction.

sample.txt

Posted
In FP 6.x it's a simple addition to the OnRecordStart rule:

FusionPro.Composition.repeatRecordCount = Field("Qty");

 

Thanks E! I will try that out.

Posted
In FP 6.x it's a simple addition to the OnRecordStart rule:

FusionPro.Composition.repeatRecordCount = Field("Qty");

 

 

E, got that to work but I now have another issue.

 

When the second output appears, is there a way to have a graphic turn on for just the "2nd" copy only?

 

 

Thanks:D

Posted
E, got that to work but I now have another issue.

 

When the second output appears, is there a way to have a graphic turn on for just the "2nd" copy only?

 

 

Thanks:D

 

haven't had time to look at the function much, but is it possible for you to suppress the 1st page graphic frame if the quantity is 2 during the record start rule with the FusionProGraphicFrame.suppress function?

Posted
haven't had time to look at the function much, but is it possible for you to suppress the 1st page graphic frame if the quantity is 2 during the record start rule with the FusionProGraphicFrame.suppress function?

 

Thanks Les,

 

This looks like it would work. Any ideas as to the coding for suppressing on page 1 when 2 copies are being printed and page 2 needs the graphic?

 

Thanks,

Ryan

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...