List Object Functions

Click one of the following functions for more information:

Activates items in a list.
nca_list_closeCloses the specified UI List object.
Retrieves the selected item from a list.
Selects a list item by its number.
Selects a list item by its name.
Specifies the first letter of an item.
Finds a list of values for an object.
Retrieves the name of an entry in a list of values by the entry's index number.
Retrieves a items from a list of values.
Selects an item from a list of values by its index number.
Selects an item from a list of values.
Selects a random item from a list of values.
Selects a menu item.

Note: To enable VuGen to record the names of NCA objects, you must configure the application server to provide the necessary data. To do this, edit the startup HTML file that is called when the applet viewer begins. Modify the line:
<PARAM name="serverArgs ............ fndnam=APPS">
and add the Oracle key "record=names":
<PARAM name="serverArgs ............ fndnam=APPS record=names">