Setting up a label

A control label may contain static, dynamic or combined information.

To set up a label:

  1. Open the Label Editor by selecting the ellipsis button adjacent to a Label Text property in the Property Box of a label control.
  2. Type in a label in the text box if using static information only.
  3. If using dynamic data only, use the Available Controls dropdown list only.
  4. If using both static and dymamic information for your label, type in a label in the text box and then append dynamic data to it by selecting the desired control in the Available Controls dropdown list and then pressing the Insert button.
  5. To commit your changes, click OK. The editor closes.

Note: For button controls, the label is hidden by default. It can be displayed by setting the No Label property to False.

Forms

Creating forms