Home Search

DriveWorks Solo 21
Show Check, Show Option

Send Feedback

Show Check, Show Option

The Show Check or Show Option property determines if the default appearance for the control is to be displayed.

Property Type: Static

Default Value: True

By default the Show Check or Show Option property for all controls are set to True.

The Show Check or Show Option property requires a Boolean value (True or False).

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.

Examples

Show Check or Show Option Property Value (static)ResultNotes
TrueWill display the default check box  or option  button.The value can be selected by clicking the drop down that accompanies the property.
FalseWill not display the default check box or option (radio) button.The value can be selected by clicking the drop down that accompanies the property.

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.

Show Check or Show Option Property Value (dynamic)ResultNotes
IF(DWVariableSelectionRequired = "Yes", TRUE, FALSE)Will display the default check box or option button when the value of the variable SelectionRequired is "Yes".The value can be set by making the property dynamic (see above), launching the rule builder and applying the function.

Value set in Form Designer. For DriveWorks projects static properties can be made Dynamic by double clicking the gray radio button.