History |
Hidden (fields)
Purpose
Hides a field.
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]
| ||||