Small company logo:
   History
 
Advertising banner:
 
 Field.Protected
Home • Help • Customization Tools • FCAS • Language Reference • Field.Protected
 
Purpose
Prevents all users from manipulating the field.
This includes modifying data, receiving events, and processing event procedures. Field attribute values and events may still be accessed from within the code.
Syntax
[Form].Field.Protected [= TRUE | FALSE | Value]


TRUE | FALSE
TRUE protects the field.
Value
-1 (True) or 0 (False)