What is the "LOV of Validation" Property of an item? What is
the use of it?
Answer Posted / guest
When LOV for Validation is set to True, Oracle Forms
compares the current value of the text item to the values
in the first column displayed in the LOV.
Whenever the validation event occurs.
If the value in the text item matches one of the
values in the first column of the LOV, validation
succeeds, the LOV is not displayed, and processing
continues normally.
If the value in the text item does not match one of
the values in the first column of the LOV, Oracle Forms
displays the LOV and uses the text item value as the search
criteria to automatically reduce the list.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain how can you use the same lov for 2 columns?
List out the oracle forms configuration files?
what are bind variables?
Explain the different levels at which oracle form services interact.
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
what is oracle forms?
Explain master-detail relationship with some examples.
how do u place it in required folder
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
Is it possible to execute a dynamic sql from forms?
Can we invoke one form from another in a multi-forms application?
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
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
What do you understand by lov?
Name the different triggers associated with oracle forms having a master-detail relationship.