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 are the different types of key triggers ?
How do you reference a parameter indirectly?
Can a root window be made modal?
how we can validate the run-time parameters in reports 6i
What are different types of modules available in oracle form?
HI GURUS, WHAT IS THE PURPOSE OF LEXICAL PARAMETER IN REPORT DEVELOPMENT.
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
List some built-in routines used to manipulate images in image_item?
When do you use data parameter type?
How can a cross product be created?
How cost of one Forms created & Report Created?
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory