Purpose
Returns or assigns the Editable attribute of a field.
Setting the Editable field attribute allows the user to edit and modify a field's value.
Syntax
[Form].Field.Editable [= TRUE | FALSE | Value]
TRUE | FALSE |
TRUE assigns the Editable attribute to the field. |
Value |
-1 (True) or 0 (False) |
|