Tab properties
A validation form consists of at least one tab that has the following customizable properties:
- Activate
-
Activates the tab.
- Active
-
Returns TRUE if the defined tab is active and otherwise FALSE. For the Thin Clients this status property may return an unpredictable value during the DocumentLoaded event.
- Buttons
-
Returns the collection of all buttons defined for the validation form, the tabs or groups. The button collection of the validation form object contains all buttons independent from their location whereas the button collection for a tab contains only those buttons that are located on a specified tab and similarly for validation pane and group. You can customize the properties of a specific button.
- Enabled
-
Enables or disables the control. Enabled means that the user can select the element, for example to edit a field or button. Disabled displays the element grayed out and not accessible for the user.
- FieldLabels
-
Returns the collection of all field labels defined for the validation form or pane, the tabs or groups. The field label collection of the validation form object contains all field labels independent from their location whereas the field label collection for a tab contains only those field labels that are located on a specified tab and similarly for validation pane and group. You can customize the properties of a specific field label.
- Fields
-
Returns the collection of all extraction fields defined for the validation form or pane, the tabs or groups. The field collection of the validation form object contains all fields independent from their location whereas the field collection for a tab contains only those fields that are located on a specified tab and similarly for validation pane and group. You can customize the properties of a specific field.
- Groups
-
Returns the collection of all groups defined on the validation form or tab. The group collection of the validation form object contains all groups independent from their location whereas the group collection for a tab contains only those groups that are located on a specified tab and similarly for validation pane. You can customize the properties of a specific group.
- Labels
-
Returns the collection of all labels defined on the validation form, validation pane, tabs or groups. The label collection of the validation form object contains all labels independent from their location whereas the label collection for a tab contains only those labels that are located on a specified tab and similarly for validation pane and group. You can customize the properties of a specific label.
- MiniViewers
-
Returns the collection of all mini viewers defined on the validation form, tabs or groups. The miniviewer collection of the validation form object contains all miniviewers independent from their location whereas the miniviewer collection for a tab contains only those that are located on a specified tab and similarly for groups. You can customize the properties of a specific mini viewer.
- Tables
-
Returns the collection of all table fields defined on the validation form or tabs. The table collection of the validation form object contains all tables independent from their location whereas the table collection for a tab contains only those that are located on a specified tab. You can customize the properties of a specific table field.
- Text
-
Sets or returns the text of the element that is then displayed on the form for a label, button, group or tab.
You can use vbCr, vbLf and vbNewLine to force a line break, but those work only when used for rich client modules. For thin clients if you need multiline text you need to insert several elements each having a single line text.
In previous versions the text element may be used for localization. For Tungsten Transformation 5.5 and later versions it is highly recommended to remove any related script code for localization issues and use the built-in function for the translation instead. For more information, see Project Builder Help.
- Visible
-
Displays or hides the element on the validation form and pane.