1Z0-151 · Question #65
When users enter address information, you want them to be able to select the state from a static list of values. You have not used a list of states before, and there is no database table that…
The correct answer is A. invoke the LOV wizard. ow to create LOV in Oracle forms? List of Values(LOV) are used either when a selected list is too long and hence would not be appropriate for a drop down, but needs a search form to select the value. Steps to create LOV functionality: Click on the LOV icon in the object…
Question
When users enter address information, you want them to be able to select the state from a static list of values. You have not used a list of states before, and there is no database table that contains state information. What is the first step in creating such a list of values as quickly as possible?
Options
- Ainvoke the LOV wizard.
- BCreate a new record group that is based on a SQL query.
- CCreate a new static record group.
- DCreate a list item instead; a list of values is not appropriate for a static list.
How the community answered
(68 responses)- A82% (56)
- B6% (4)
- C3% (2)
- D9% (6)
Explanation
ow to create LOV in Oracle forms? List of Values(LOV) are used either when a selected list is too long and hence would not be appropriate for a drop down, but needs a search form to select the value. Steps to create LOV functionality: * Click on the LOV icon in the object navigator and choose a manual/automatic wizard. This will create a record group. * Open a search form in the Dialog Page * Select values inside this form. * Return selected values to the original page.
Topics
Community Discussion
No community discussion yet for this question.