Multiple choice technology programming languages

Which built-in causes an LOV to display for a text item that has one defined?

  1. WHEN-NEW-ITEM-INSTANCE

  2. WHEN-NEW-LOV

  3. GO_ITEM

  4. SHOW_LOV

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Oracle Forms, the SHOW_LOV built-in function is used to programmatically display a List of Values (LOV) associated with a text item. The other options are triggers or navigation built-ins.