Form Functions
- Last UpdatedJul 18, 2023
- 2 minute read
Following are functions relating to forms:
|
Checks if a form is currently active. |
|
|
Adds a text string to a list box or combo box. |
|
|
Adds a button to a form. |
|
|
Adds a check box to the current form. |
|
|
Adds a combo box to the current form. |
|
|
Gets the current form and field handles. |
|
|
Removes a form from the screen. |
|
|
Adds edit fields to a form. |
|
|
Adds general fields to a form. |
|
|
Gets data associated with a field. |
|
|
Gets the data associated with a form. |
|
|
Gets data associated with a field on a form. |
|
|
Gets field text on an active form. |
|
|
Go to a specified form. |
|
|
Adds a group box to the current form. |
|
|
Adds an input field to a form. |
|
|
Adds a new text entry to a combo box or a list box. |
|
|
Adds a list box to the current form. |
|
|
Deletes existing text from combo box or list box. |
|
|
Selects (highlights) a text entry in a combo box or a list box. |
|
|
Creates a new form. |
|
|
Provides a keypad form for the operator to add numeric values. |
|
|
Displays a File Open dialog box. |
|
|
Adds a password (no echo) input field. |
|
|
Adds a secure password (no echo) input field. |
|
|
Sets the position of a form on the screen, before it is displayed. |
|
|
Adds a prompt to a form. |
|
|
Adds a radio button to the current form. |
|
|
Displays a form and reads user input. |
|
|
Displays a File Save As dialog box. |
|
|
Displays the Select Printer dialog box. |
|
|
Sets data in a form. |
|
|
Associates data to a field on a form. |
|
|
Sets field text on an active form. |
|
|
Gets the window handle for the given form. |
See Also
Related Links
- FormActive
- FormAddList
- FormButton
- FormCheckBox
- FormComboBox
- FormCurr
- FormDestroy
- FormEdit
- FormField
- FormGetCurrInst
- FormGetData
- FormGetInst
- FormGetText
- FormGoto
- FormGroupBox
- FormInput
- FormListAddText
- FormListBox
- FormListDeleteText
- FormListSelectText
- FormNew
- FormNumPad
- FormOpenFile
- FormPassword
- FormPosition
- FormPrompt
- FormRadioButton
- FormRead
- FormSaveAsFile
- FormSecurePassword
- FormSelectPrinter
- FormSetData
- FormSetInst
- FormSetText
- FormWndHnd