[fusionpro] Re: AND operator

2007-05-30 Thread raul . ruiz
How would I use the and operator in this instance. Simply take off the closing parentheses before the subsequent if statements as seen below and add the operator. I believe this should work. if(Field(Choose a Theme)== Reflections if(Field(Color Option)== Green if(Field(Picture)== Reflex1)

[fusionpro] Re: AND operator

2007-05-30 Thread doug . reigelsperger
Hey Thanks I will try it like that with out the parens. I did try it with the but kept get an error. Thanks again and Ill let you know Doug -- Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED] -- View FusionPro Knowledge Base,

[fusionpro] Re: AND operator

2007-05-30 Thread Mark Hilger
Hello, I think that in addition to the (which means AND), you also can drop the extra if's: if(Field(Choose a Theme) == Reflections Field(Color Option) == Green Field(Picture) == Reflex1) --Mark Hilger Product Manager Printable Technologies, Inc. -- Users of FusionPro Desktop have