Avatar

Level 1

Thanks for the information,  Your example is exactly what i am looking for but when i type that code in i keep getting errors. Here is what i have typed in.

-----------------

------------------form1.#subform[1].ComboBox1::ready:form - (JavaScript, client)--------------------------

if

(this.rawValue ==1)

{ComboBox2.presence

= "visible";}

else

if(this.rawValue == 0)

{ComboBox2.presence

= "hidden";}

---------------------------------------------

I get an Error of Syntax Error near Token '{' on line 2, column 1

Any suggestions.