🎴 Flashcard Mode
Oracle Practice Test - 9
Card1 / 23
Mastered0
Review0
QuestionClick to flip
How can the users be enabled to add a single value to a list item?
AnswerClick to flip back
A
Set the List Style property to combo box. From the When-List-Activated trigger, call the Add_List_Element built-in.
💡 Explanation:
To enable users to add values to a list item, you need a combo box style (which allows input) and the Add_List_Element built-in. The When-List-Activated trigger fires when the list is accessed, making it the right place to add new items. Option A correctly specifies both the combo box style and the appropriate trigger.