Cicode Programming Reference > Cicode Function Categories > Form Functions | Cicode

Form Functions

Following are functions relating to forms:

FormActive

Checks if a form is currently active.

FormAddList

Adds a text string to a list box or combo box.

FormButton

Adds a button to a form.

FormCheckBox

Adds a check box to the current form.

FormComboBox

Adds a combo box to the current form.

FormCurr

Gets the current form and field handles.

FormDestroy

Removes a form from the screen.

FormEdit

Adds edit fields to a form.

FormField

Adds general fields to a form.

FormGetCurrInst

Gets data associated with a field.

FormGetData

Gets the data associated with a form.

FormGetInst

Gets data associated with a field on a form.

FormGetText

Gets field text on an active form.

FormGoto

Go to a specified form.

FormGroupBox

Adds a group box to the current form.

FormInput

Adds an input field to a form.

FormListAddText

Adds a new text entry to a combo box or a list box.

FormListBox

Adds a list box to the current form.

FormListDeleteText

Deletes existing text from combo box or list box.

FormListSelectText

Selects (highlights) a text entry in a combo box or a list box.

FormNew

Creates a new form.

FormNumPad

Provides a keypad form for the operator to add numeric values.

FormOpenFile

Displays a File Open dialog box.

FormPassword

Adds a password (no echo) input field.

FormSecurePassword

Adds a secure password (no echo) input field.

FormPosition

Sets the position of a form on the screen, before it is displayed.

FormPrompt

Adds a prompt to a form.

FormRadioButton

Adds a radio button to the current form.

FormRead

Displays a form and reads user input.

FormSaveAsFile

Displays a File Save As dialog box.

FormSelectPrinter

Displays the Select Printer dialog box.

FormSetData

Sets data in a form.

FormSetInst

Associates data to a field on a form.

FormSetText

Sets field text on an active form.

FormWndHnd

Gets the window handle for the given form.

See Also

Published June 2018