Madhu,I found your answer to be very helpful. After playing around with
it, I found this to work:Event : exit Language : Javascriptif
(this.rawValue.length > 0 ) CheckBox1.rawValue=
"1";elseCheckBox1.rawValue= "0";However, the only problem I am now
finding is that I enter text, and the check in the check box appears.
Then, if I remove the text, the check box still stays. Any ideas about
this?Thanks,Jess