Hi Richard,

Try setting all 4 pages to be "unused", then modify your OnRecordStart rule to read

if (ToUpper(Field("PR_FLAG")) == "10220-E")
{
FusionPro.Composition.SetBodyPageUsage("Body 1", true);
FusionPro.Composition.SetBodyPageUsage("Body 2", true);
}
else if (ToUpper(Field("PR_FLAG")) == "10220-F")
{
FusionPro.Composition.SetBodyPageUsage("FRE BODY P1", true);
FusionPro.Composition.SetBodyPageUsage("FRE BODY P2", true);

}
return ""


Since all 4 pages are by default off, the only pages that are being turned on are via your rule. You will still get the message about the return clause not being used since callback rules usually don't have returns in them.

HTH

--

David A. Sweet
Web Designer/Graphic Designer
HKM Direct Market Communications
A DirectConnectGroup Company
216.634.8477
[EMAIL PROTECTED]


--
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
--
Don't miss The Printable Technologies 2007 User Group Conference at the Monte Carlo Resort and Casino in Las Vegas, March 14 through March 16, 2007. For more details or to register, go to http://www.traveltrust.com/Forms/pt_signup_2007-3.html
--
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
--

Reply via email to