tou Posted March 1, 2017 Share Posted March 1, 2017 Is there a way to return a group count (count of records in a file split). For example if I have 3,333 records and FPImposing 1000 records per file. My first slipsheet will have print qty of 1000 My 2nd slipsheet will have print qty of 1000 My 3rd slipsheet will have print qty of 1000 My final slipsheet will have print qty of 333. I'm coding an unused page to be used as a slipsheet at the beginning of every 250 sheets. My slipsheet has a textbox with the following content... CUSTOMER: «CUSTOMER» FILENAME: «MYFILENAME» QUANTITY: «MYQTY» KNOWN MISSING PIECES: NOTES: MYFILENAME variable is simply returning the value of return FusionPro.Composition.OpenNewOutputFile("MYFILENAME_PREFIX_"+FormatNumber("0000", FusionPro.Composition.currentOutputFileNumber) + "." + FusionPro.Composition.outputFormatExtension); I can't get the batch record counts programming wise. Any suggestions? Thanks in advance. Tou Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted March 2, 2017 Share Posted March 2, 2017 I think you want FusionPro.Composition.recordNumberInChunk . Quote Link to comment Share on other sites More sharing options...
tou Posted March 2, 2017 Author Share Posted March 2, 2017 I get a "1" for each of the slipsheet. Too bad we can't have the option to insert after every # sheet (or last sheet if the # of sheets are not met) 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.