How would I use the and operator in this instance. The return should be 
dependent upon 3 variables, "Shoose a Theme", "Color Option" and "Picture"... 
Please Help! Thanks


if(Field("Choose a Theme")== "Reflections") if(Field("Color Option")== "Green") 
 if(Field("Picture")== "Reflex1")
        {
        FusionPro.Composition.SetBodyPageUsage("ReflexGreen1", true);
        FusionPro.Composition.SetBodyPageUsage("ReflexGreen2", false);
        FusionPro.Composition.SetBodyPageUsage("ReflexGreen3", false);
        FusionPro.Composition.SetBodyPageUsage("ReflexGreen4", false);
        FusionPro.Composition.SetBodyPageUsage("ReflexBlue1", false);
        FusionPro.Composition.SetBodyPageUsage("ReflexBlue2", false);
        FusionPro.Composition.SetBodyPageUsage("ReflexBlue3", false);
        FusionPro.Composition.SetBodyPageUsage("ReflexBlue4", false);
        }

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

Reply via email to