This Custom tab is where you can set the following screen-specific options:
This is the text that will appear on the screen as instructions or information. It will appear just below the top banner and just above anything else on the screen.
This is where you add/edit all of your check boxes. You can have a maximum of 12 check boxes and a minimum of 0. Use the buttons below the list box to Add, Remove, or change the order of your check boxes.
TIP |
|
|
|
|
You can dynamically hide or disable check boxes at run time by setting the check box's variable to CONTROL_HIDE or CONTROL_DISABLE before the Check Boxes 12 screen is displayed. You can also dynamically check or uncheck the check boxes at run time by setting the check box's variable to TRUE (checked) or FALSE (unchecked) before the Check Boxes 12 screen is displayed. |
This is the text that will appear directly to the right of the check box.
This check box controls whether or not the currently selected check box, in the Check Boxes list, will be visible.
This check box controls whether or not the currently selected check box, in the Check Boxes list, will be enabled.
This controls the default state of the selected check box. Select either Checked or Unchecked.
This is where you specify the variable that will store the selected check box's state.
This variable will be set to "TRUE" if the check box is checked, and "FALSE" if the check box is unchecked.
TIP |
|
|
|
|
You can dynamically hide or disable the check box at run time by setting this variable to CONTROL_HIDE or CONTROL_DISABLE before the Check Boxes 12 screen is displayed. |
These two radio buttons control the layout of your check boxes. You can choose between Vertical and Horizontal.
This will set your layout to vertical. In this mode, your check boxes will be placed vertically on your screen. This means that the left column will hold check boxes 1, 2, 3, 4, 5, 6 and the right column will hold check boxes 7, 8, 9, 10, 11, 12.
This will set your layout to horizontal. In this mode, your check boxes will be placed horizontally on your screen. This means that the left column will hold check boxes 1, 3, 5, 7, 9, 11 and the right column will hold check boxes 2, 4, 6, 8, 10, 12.
Note: The Horizontal feature will only place your check boxes horizontally if you have more than six of them. Otherwise, they will still be displayed vertically (and will expand to accomodate more text).