JCrocker Posted June 8, 2011 Share Posted June 8, 2011 So I'm trying to figure out if there is a way to have FP read the print qty from each record and when it composes output multiples for those records. For example the project im working on is for signage. Within each record there is a sign qty field. I want FP to recognize when multiples of each sign are needed and therefore compose those multiples in the output. Make sense? Is this possible? Link to comment Share on other sites More sharing options...
Dan Korn Posted June 8, 2011 Share Posted June 8, 2011 Sure, just set FusionPro.Composition.repeatRecordNumber in your OnRecordStart rule, like so: // in OnRecordStart FusionPro.Composition.repeatRecordNumber = Int(Field("sign qty")); Also, see this example: http://forums.printable.com/showthread.php?t=391 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.