Home Search

DriveWorks Pro 21
Name, State and Type Column Visible

Send Feedback

Name, State and Type Column Visible

The Name, State and Type Column Visible property controls if the Name, State and Type columns are visible or not.

Property Type: Static

Default Value: True

Hierarchical Reference (Name Column Visible): ControlName.NameColumnVisible

Hierarchical Reference (State Column Visible): ControlName.StateColumnVisible

Hierarchical Reference (Type Column Visible): ControlName.TypeColumnVisible

The type column displays the project name that a specification was created from in the child specification list control.

By default this is automatically displayed when the control is added to the user form.

To Change the Default Value

Ensure the property is a static property (It will display the gray orb alongside the property name)

The default value of the static property can be changed by one of the following methods:

  • Using the Drop Down.
    1. Click in the property for the control to be changed
    2. Click the drop down list at the end of the property value field
    3. Select the value to use (from True or False)
  • Double clicking the current value.
    1. Click in the property for the control to be changed
    2. Double click on the current value for the property. The value will change to the other available option.
To Change the Static Property to a Dynamic PropertyTo Build a Rule for the Dynamic Property
(Name, State and Type) Column Visible Property Value (static)Result
TrueDisplays the Type Column in the child specification list control.
False

Will not display the Type Column in the child specification list control.

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.

(Name, State and Type) Column Visible Property Value (dynamic)ResultResult
IF(ShowTypeReturn = "Yes", TRUE, FALSE)Will mask any characters entered into the text box when the value of the variable SelectionRequired is "Yes".

Value set in Form Designer. Static properties can be made Dynamic by double clicking the gray radio button.