Description
Displays the OpenInsight common new dialog as used by the User Interface and Client/Server workspaces.
Syntax
Item = NewEntity (Mode, List, Default, Title)
Parameters
The NewEntity function has the following parameters:
Parameter | Description |
---|---|
Mode | must be NE_MODE_NEW$ as defined in the insert record NewEntity_Equates. |
List | @fm delimited list of items to display. |
Default | (optional) index into list (defaults to 1). |
Title | (optional) defaults to "New". |
Returns
The item selected in the list or NULL ("") if nothing selected (CANCEL button)