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 |
Is a Keystartup trigger fires as result of a operator pressing a key explicitly ?
Explain about stacked canvas views?
how to pass 2 variables from one form to other form
i want print character reports in 10g application reports pl help me my id is yoga.roh@gmail.com
What is the frame & repeating frame?
Explain about horizontal, Vertical tool bar canvas views?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
how do u place it in required folder
What is the difference between SHOW_EDITOR and EDIT_TEXTITEM?
When a form is invoked with call_form, Does oracle forms issues a save point?
What are the types of canvas-views?
What are the different types of key triggers ?