History |
Grey (fields)
Purpose
Displays field text in gray rather than the default color (black).
Use this attribute in conjunction with the Protected attribute to indicate editable fields that are currently protected.
Syntax
[Form].Field.Grey [= TRUE | FALSE | Value]
Examples
StringField1002.Grey = TRUE
StringField1002.Grey = -1
StringField1002.Grey = StringField1003.Grey
| ||||||