Home Search

DriveWorks Pro 21
Macro Name

Send Feedback

Macro Name

Determines the name of the macro to fire when the macro button is clicked.

Property Type: Dynamic

Default Value: No default value is applied to this property

Hierarchical Reference: ControlNameReturn

To Change the Default Value

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

  • Enter the required value directly into the enabled property field.
    1. Click in the property for the control to be changed.
    2. Type the required value directly into the property field.
  • Activate the rule builder.
    1. Click in the property for the control to be changed.
    2. Click the build button at the end of the property field to launch the rule builder .
    3. Click the Macros button from the command bar of the rule builder. Select the required macro and click OK.
    4. Click OK to apply the rule.

Examples

Macro Name Property ValueResult
"Cancel"Runs the macro named Cancel.
IF(ResetFormReturn=True,"DriveControl","")Runs the macro named DriveControl when the control ResetForm is True.

Value can be controlled by a rule.