How to create LOV in Oracle forms?
Answers were Sorted based on User's Feedback
Answer / 147037
Click the LOV icon in the object navigator and choose ur
option of a manual or wizard .
A record group will be authomatically created depending on
the LOV.
| Is This Answer Correct ? | 79 Yes | 46 No |
Answer / pranita kochar
In the ‘Object Navigator’ window, select the LOVs object known as "List of values."
Then click on the green ‘+’ (Create) icon. In the ‘New List Of Value’ window, leave the default radio button which is: ‘Use the LOV Wizard’ and the click ‘OK.’
LOVs get their data from Record Groups, which may be populated using SQL queries, or by entering a static list of values. In the LOV Wizard window, use the default to base your LOV on a new Record Group; and then click ‘Next.’
In the ‘SQL Query Statement’ box, write a ‘SQL’ statement to query customers name and their ID. Then click ‘Next.’
(SQL Query Statement)
| Is This Answer Correct ? | 15 Yes | 8 No |
Why is a Where clause faster than a group filter or a format trigger?
How you define procure to pay?
what are the different objects that you cannot copy or reference in object groups?
What is the difference between an ON-VALIDATE-FIELD trigger and a trigger ?
What is the difference when Flex mode is mode on and when it is off?
List the windows event triggers available in Forms 4.0?
Can you mention lexical parameter in select statement in the data model?
Which of the two views should objects according to possession?
What does TKPROF stand for?
How do you display console on a window ?
Name the different triggers associated with oracle forms having a master-detail relationship.
what are difference between post database commit and post-form commit?