Skip to Content
0
Former Member
Dec 05, 2006 at 08:27 AM

Access Property Text "readOnly" displayed in Text Field

39 Views

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