Oracle Practice Test - 9
Casual Mode - Take your time!
1 / 23
Correct
0
Incorrect
0
Score
0%
Multiple Choice
How can the users be enabled to add a single value to a list item?
- Set the List Style property to combo box. From the When-List-Activated trigger, call the Add_List_Element built-in.
- Set the List Style property to Tlist. From the When-List-Activated trigger, call the Populate_List built-in.
- Set the List Style property to poplist. From the When-List-Activated trigger, call the Add_List_Element built-in.
- Set the List Style property to combo box. From the When-List-Changed trigger, call the Add_List_Element built-in.