A script-enabled browser is required for this page to function properly.

Manipulating List Items at Runtime

Oracle Forms provides triggers that you can use to respond to interface events that occur when the end user manipulates a List item.

At runtime, you can programmatically add, remove, modify, or evaluate elements in a List item by using the following Built-in subprograms:

ADD_LIST_ELEMENT

CONVERT_OTHER_VALUE

DELETE_LIST_ELEMENT

GET_LIST_ELEMENT_COUNT

GET_LIST_ELEMENT_LABEL

GET_LIST_ELEMENT_VALUE

POPULATE_LIST

RETRIEVE_LIST


About List items

Creating a List item

When-List-Activated Trigger

When-List-Changed Trigger

About adding List elements

Retrieving and storing List elements in a record group

About deleting List elements