VAUTVB |
Input |
Is used to specify output local array to return back
a list of selected items.
|
VAUTSTR |
Input |
The text which will be used in the prompt
|
DIC |
Input |
Explicit global root in the form ^GLOBAL( or
^GLOBAL(X,Y, of the file from which the selection will be made.
|
VAUTNI |
Input |
Set VAUTNI equal to 1 to have output array format of
subscript being the internal value of the #.01 field and the string value
being the record's IEN.
Set VAUTNI equal to 2 to have the output array format of subscript being the
record's IEN and the string value being the internal value of the #.01 field.
Set VAUTNI equal to 3 to have the output array format of subscript being the
external value of the #.01 field and the string value being the record's IEN.
|
VAUTNALL |
Input |
(Optional) Define this variable if you do not want
the user to be given the ALL option.
|
local array |
Output |
The local array will contain a list of selected
items. The array's name is specified by the input variable VAUTVB. The format
is specified by the input variable VAUTNI. The array is not built if the user
accepted "ALL" at the Select prompt.
|
local variable |
Output |
The local variable whose name is specified by the
VAUTVB input variable has the value "1" if the user accepted the "ALL" value
at the Select prompt or the value "0" if the user either specified individual
entries or failed to select any entries.
|