couple things...
-- i may be mistaken, but i don't think you can gang all the
"falses" together.
-- you have too many return statements.
with ALL pages set to OFF, try this...
----------------
if (Field("Layout") == "ALogo")
{
FusionPro.Composition.SetBodyPageUsage("ALogo",true);
}
else if (Field("Layout") == "BLogo")
{
FusionPro.Composition.SetBodyPageUsage("BLogo",true);
}
else if (Field("Layout") == "CLogo")
{
FusionPro.Composition.SetBodyPageUsage("CLogo",true);
}
else if (Field("Layout") == "DLogo")
{
FusionPro.Composition.SetBodyPageUsage("DLogo",true);
}
else if (Field("Layout") == "ELogo")
{
FusionPro.Composition.SetBodyPageUsage("ELogo",true);
}
else if (Field("Layout") == "FLogo")
{
FusionPro.Composition.SetBodyPageUsage("FLogo",true);
}
else if (Field("Layout") == "ANoLogo")
{
FusionPro.Composition.SetBodyPageUsage("ANoLogo",true);
}
else if (Field("Layout") == "BNoLogo")
{
FusionPro.Composition.SetBodyPageUsage("BNoLogo",true);
}
else if (Field("Layout") == "CNoLogo")
{
FusionPro.Composition.SetBodyPageUsage("CNoLogo",true);
}
else if (Field("Layout") == "DNoLogo")
{
FusionPro.Composition.SetBodyPageUsage("DNoLogo",true);
}
else if (Field("Layout") == "ENoLogo")
{
FusionPro.Composition.SetBodyPageUsage("ENoLogo",true);
}
else if (Field("Layout") == "FNoLogo")
{
FusionPro.Composition.SetBodyPageUsage("FNoLogo",true);
}
else
return "";
------------------
Ryan
--
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
--