Hi,
I wrote the following script but it does not work:
if((form1.Page1.CBox1.rawValue==1||form1.Page1.CBox2.rawValue==1||form1.Page1.CBox3.rawVal ue==1||form1.Page1.CBox4.rawValue==1 || form1.Page1.CBox5.rawValue==1) && (form1.Page1.CBoxNo1.rawValue!=1)){
form1.Page1.CheBoxfield.fillColor = "125,125,125";
}
The above is just one condition, and it does not work. I do not know why it does work. Please users help.
Thanks
Tammy