Jump to content

group count


tou

Recommended Posts

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

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...