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? Quote 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 Quote Link to comment Share on other sites More sharing options...
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.