cancel
Showing results for 
Search instead for 
Did you mean: 

Access Property Text "readOnly" displayed in Text Field

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

The problem arised because I placed the script in the calculate event which overwrites the input immediately after it has been typed in.

René Morel