Core function
Syntax
GetFieldNames( whatToList )
GetFieldNames()
Parameters
Parameter | Description |
---|---|
whatToList | Any combination of the following switches:
|
Description
Returns an array of the names of the fields and/or variables in a form.
The "d" switch may be used to segregate form fields and variables according to their status (active/inactive). For example, in Virtual Ticket, when a form is used to modify search results (Modify window), all its editable fields and variables are initially inactive and displayed as "dimmed". As the user edits particular fields and variables, they become activated.
Examples
The following example shows the use of GetFieldNames: