The Hidden Fields property controls which fields are hidden from the view.
Property Type: Static
Default Value: No default value is applied to this property
Hierarchical Reference: ControlName.HiddenFields
The default value of the property can be changed by selecting the drop down list at the end of the property field
Note when multiple field are selected DriveWorks places a pipe bar | in between each field.
Hidden fields can be manually typed into this property using the same method when multiple items are required.
A rule can also be built for this property by changing the type to dynamic.
See How To: Change A Static Property To A Dynamic Property.
Hidden Fields Property Value | Result |
---|---|
ID | Will hide the ID field from the view shown to the user. |
ID|Name|Type | Will hide the ID, Name and Type fields from the view shown to the user. |
If(DWVariableFullData=TRUE, "ID" , "ID|Name|Type") | Will hide just the ID field when the variable FullData is TRUE, otherwise the ID, Name and Type fields will be hidden. |
Value set in Form Designer. Static properties can be made Dynamic by double clicking the gray radio button.