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 |
What is the use of transactional triggers?
How can I message to passed to the user from reports?
What is the difference between OLE Server & Ole Container?
how to create parameterised form in oracle 10g? and create another form from the value of the form? AND how to assign value to a parameter? sincerly your mamun
Which of the two views should objects according to possession?
Use the add_group_column function to add a column to record group that was created at a design time?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
Can we use a restricted package procedure in ON-VALIDATE-FIELD Trigger ?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
Error_Code is a package proecdure ?
how to eliminate duplictes in column except group and section?
At what point of report execution is the before Report trigger fired?