Hi
I am using the subsequent FormCalc script in the calculate event of several input fields:
if ( Z_Lso_BookingData.BookingPage1.Subform6.CheckBox1 == 0 ) then
$.access = "readOnly"
else
$.access = "open"
endif
Whenever CheckBox1 changes its value the property text "readOnly" or "open" is displayed in the appropriate field. How can I omit that?
René Morel