- Form Functions and Methods
/documentation/pages/Ref/Desktop_Api/Layout/Form/Form Functions and Methods.xml
A list of the form functions and methods provided in Alpha Anywhere.
- CONTROL.TAB_SET Function
/documentation/pages/Ref/Api/Objects/Layouts/Control/CONTROL.TAB_SET Method.xml
The .TAB_SET() method displays the specified tab page of a tabbed control.
- FORM.TAB_OBJECT.TAB_SET Function
/documentation/pages/Ref/Desktop_Api/Layout/Form/FORM.TAB_OBJECT.TAB_SET Method.xml
The .TAB_SET() method activates the specified tab page on a tab control on a form.
- Set Tab Order
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Menu/Set tab order.xml
Explains how to use the Set Tab Order dialog to define a custom tab navigation sequence for UX controls.
- {dialog.object}.tabTimerGoto Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Tab and Accordion Controls/tabTimerGoto Method.xml
Advances to the target tab pane.
- {dialog.object}.tabTimerStart Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Tab and Accordion Controls/tabTimerStart Method.xml
Starts the tab to automatically advance on the timer interval.
- {dialog.object}.tabTimerStop Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Tab and Accordion Controls/tabTimerStop Method.xml
Stops the tab from automatically advancing on the timer interval.
- {dialog.object}.selectTabPane Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Tab and Accordion Controls/selectTabPane Method.xml
Activates the specified pane number on a tab object. In certain cases tab panes can be assigned explicit ids. If the tab pane has an id, you can also specify the pane id.
- DLG_CUSTEDIT Dialog Component
/documentation/pages/Obsolete/Alpha Sports/Components/DLG_CUSTEDIT Dialog Component.xml
The DLG_CUSTEDIT dialog component contains the text controls necessary to edit a customer table record and a matching security record for the user, if a security record exists. The DLG_CUSTEDIT dialog illustrates the use of a tab control with multiple tab panes as well as merge controls.
Control names for fields that contain data for the customer table are the field names in the table preceeded with "c_". The name of each security control in the dialog must exactly match the name of the field in the user table. A list of valid security field names can be found by using the A5WS_User_File_Field_List() function. Two other fields are recognized by the security functions used in this component, confirm_password and groups. Confirm_password is used to confirm a password entry, and groups saves the security group assignments for this user.
- CONTROL.TAB_GET Function
/documentation/pages/Ref/Api/Objects/Layouts/Control/CONTROL.TAB_GET Method.xml
Returns the Page_Number of the tab page that is visible.