I have created a Callback Rule OnRecordStart to limit the pages output for composition, it is working correctly except that it is including my overflow pages which should be suppressed since they are blank.
How can I edit my rule to turn off an overflow page if it is not being used? As you can see I tried including it in line three of my rule (in bold) but this is not working. if (Field("FORM") == "00018385 AR Payment Book.pdf") { FusionPro.Composition.SetBodyPageUsage("8.5x11", false); FusionPro.Composition.SetBodyPageUsage("8.5x11overflow", false); FusionPro.Composition.SetBodyPageUsage("11x8.5", true); } else { FusionPro.Composition.SetBodyPageUsage("8.5x11", true); FusionPro.Composition.SetBodyPageUsage("11x8.5", false); Dan Parisen J&M Reproduction 248.588.8100 ext.153 -- Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED] -- View FusionPro Knowledge Base, FusionPro Samples at www.printable.com/vdp/desktop.htm -- You are currently subscribed to fusionpro as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] -- -- Note: All e-mail sent to or from this address will be received or otherwise recorded by the e-mail recipients of this forum. It is subject to archival, monitoring or review by, and/or disclosure to someone other than the recipient. Our privacy policy is posted on www.printplanet.com --