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 |
plz explain when we are using pre-query,post-query,pre-insert and post-insert?plz explain with one example
What are the built-ins that are used to Attach an LOV programmatically to an item?
Why is a Where clause faster than a group filter or a format trigger?
What are built-ins associated with timers?
what is the difference between call_form, new_form and open_form?
What is a property clause?
a text item is there what r the different types of triggers associated with it
What are the vbx controls?
can i send the control file path as a parameter
How can a cross product be created?
What do we mean by record group in oracle forms?
Use the add_group_column function to add a column to record group that was created at a design time?