JorgeP Posted March 20, 2013 Share Posted March 20, 2013 Trying to find an example for StartNewStack() or ?? to pull slip sheets based on changing of data field. I don't want to output a new file, I just want to pull some slip sheets and imposition will likely be used along with this. In the Rules Guide it refers me to User Guide, I don't see anything in User Guide! Thanks for your help Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted March 20, 2013 Share Posted March 20, 2013 The usage is pretty simple. In OnRecordStart, you can just call StartNewStack(), based on whatever condition you want. For example: if (FieldChanged("TrayNumber")) FusionPro.Composition.StartNewStack(); Quote Link to comment Share on other sites More sharing options...
JorgeP Posted March 20, 2013 Author Share Posted March 20, 2013 Thanks ... and I suppose that the imposition will halt even if the page is not complete? Going to test that Thanks Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted March 20, 2013 Share Posted March 20, 2013 ... and I suppose that the imposition will halt even if the page is not complete? Well, "halt" is kind of a strong word. It will break the stack and then start a new one. Quote Link to comment Share on other sites More sharing options...
JorgeP Posted March 21, 2013 Author Share Posted March 21, 2013 I wish I could have had a hand in designing the slip feature. We are a large mailer and need to throw a slip for both sack and pack, that is the tray and each unit within the tray. Also we burst the imposed sheet with slitter cutter creasers, the stacking feature is no good for us. Any ideas on how to just throw a slip without stacking? I have been thinking of just adding an extra number of blank pages that are unused and calculating modulus to determine how many to print to complete an imposed sheet along with enough extras to complete another fully imposed sheet as a separator but there seems like there should be a better way? Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted March 21, 2013 Share Posted March 21, 2013 Any ideas on how to just throw a slip without stacking? Who said that you need to be stacking in order to use slip sheets? Just select "Beginning of every # sheets" on the Imposition tab of the Composition Settings, and enter a number. 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.