What is the "LOV of Validation" Property of an item? What is
the use of it?
Answer / 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 |
What is the difference between $$DATE$$ & $$DBDATE$$
What are the different Parameter types?
What is a Check Box?
Table 1: STUDIES PNAME (VARCHAR), SPLACE (VARCHAR), COURSE (VARCHAR), CCOST (NUMBER) Table 2: SOFTWARE PNAME (VARCHAR), TITLE (VARCHAR), DEVIN (VARCHAR), SCOST (NUMBER), DCOST (NUMBER), SOLD (NUMBER) Table 3: PROGRAMMER PNAME (VARCHAR), DOB (DATE), DOJ (DATE), SEX (CHAR), PROF1 (VARCHAR), PROF2 (VARCHAR), SAL (NUMBER) PNAME – Programmer Name, SPLACE – Study Place, CCOST – Course Cost, DEVIN – Language the software or package is developed in, SCOST – Software Cost, DCOST – Development Cost, PROF1 – Proficiency 1 Use the above table definitions to answer the questions that follow. Find out the selling cost average for packages developed in Oracle. Display the names, ages and experiences of all programmers How much revenue has been earned through
how to pass 2 variables from one form to other form
What are the menu items that oracle forms 4.0 supports?
Can we create two blocks with the same name in form 3.0 ?
how report can be generated if we have the database designed in oracle 10g?
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
Can a sigle canvas be used by different blocks ?
What built-in is used for showing the alert during run-time?
how to eliminate duplictes in column except group and section?