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 |
I developed on form as per my requirement,and register that one in apps custom_top.But the problem is ,if you open the form but not closed,I founded why this is error is comming ,the custom_top is not supported my form . I need any one your help in advicing me...what I do the custom_top supported the forms.
I am using oracle developer suit(form 10g), On used ole2 objects to initialize excel and worksheet and on "BEFORE REPORT" i am printing report heading in excel using OLE2 objects only. if i run report from developer suit report builder it give output in excel normally and what expected but when ever i put same report on server and run report from application it gives error : " Terminated with error : <br> REP-1401 'before report': FATAL pl/sql error occured. ORA-43356; message 43356 not found; Product=RDBMS; facility = ORA." Please reply it is urgent
What is a library in Forms 4.0?
can i write commit in Before report trigger
Where is the external query executed at the client or the server?
What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?
List the Types of Items?
What built-in is used for showing the alert during run-time?
To execute row from being displayed that still use column in the row which property can be used?
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
What are the different types of key triggers ?
Can you pass data parametrs to forms?