lockText
Syntax
[the] lockText of <field>
set the lockText of field "ZIP Code" to (field "Country is not "USA")
Explanation
The lockText
property controls whether a field’s text can be edited by the user. If the lockText
is true
, the
field’s text is “locked” and can not be changed. If the lockText
is false
, the field’s text can be edited.