hiCreateOptionsForm
hiCreateOptionsForm(s_formHandlet_formNamel_fieldEntriesg_help) =>r_form
Description
Generates a form with the specified field entries, setting it to formHandle.
If the form is created successfully, an internal data structure for the form is returned. Otherwise, if the arguments to hiCreateOptionsForm are invalid, an error message is issued and nil is returned. Options forms may be created using the same fields as those used by standard forms.
This function is only used for enterfunctions and cannot be used independently.
Arguments
|
Global SKILL symbol used to reference this form. An options form is to be used with enterFunctions only. |
|
|
List of field descriptors returned from the field creation routines. You can specify any number of field entries (but there must be at least one). The fields on the form appear in a column, in the order they are specified. |
|
|
Specify g_help as a single string, single symbol, list of strings, or list of symbols that need to be used to reference a
If you specify a single string or symbol, it is used to set the
(If you want to specify the help symbol only, specify a list of two strings or symbols, with
When a user clicks Help on the form, the
If the
The appId and helpTag determine the name of the tag file that is called (appId
You can also use the |
Value Returned
Additional Information
Options forms are used only when entering graphical data. Use an options form with enterFunctions only. The form is created with a standard banner containing the name of the form and a Help button, and selectable button at the bottom of the form. The buttons perform these functions:
- Hide applies all changes indicated by the form and then removes the form from the screen.
-
Cancel calls
cancelEnterFunand removes the form from the screen. - Defaults sets all values in the form to their default values.
- Last cancels any changes or selections made to the form. The selections are returned to the state that existed before the form was brought up.
- Help opens Doc Assistant which contains related documents and additional information.
Do not use the following functions for options forms. They apply only to standard forms:
Related Topics
Return to top