Advertising banner:

History
 
 Field.Hidden
Home • Help • A0 • Customization Tools • FCAS • Language Reference • Field.Hidden
 
Hidden (fields)
Purpose
Hides a field.
7202010_20004_0.png        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.