Accessing the Command Builder

The Command Builder is found within the Properties window for certain controls (e.g., link labels and buttons).

Extended information on commands can be found in Studio Tools Frequently Used Commands.

To access the Command Builder:

1.    Select your button, link label, etc. from the form.

2.    Click Command from the Behavior section of the Properties window as shown below.

3.    Select a command from each of the windows to create your command statement. Add any additional information that may be requested, as shown below.

As of 7.0.6, you can now enter a command for a “Spellcheck.” Where a text box has a large amount of text in it (i.e., a description), a button can be added to check the spelling of the text. Enter the command “cmd://Form/DoSpellCheck?ControlName=(name of control)”. This button (or link), when clicked, will check the spelling of the specified control.

4.    Click OK.
The command statement appears in the Properties window like the following.