 |
Hidden (fields)
Purpose
Hides a field.
Note
When this attribute is set, all users are prevented from viewing and manipulating the field. Since the field is unavailable to the user, modifying data, receiving events, and processing event procedures are not possible from the user interface. Field attributes, values, and events may still be accessed from within the code.
Syntax
[Form].Field.Hidden [= TRUE | FALSE]
TRUE | FALSE |
TRUE hides the field. |
|  |