What is a difference between pre-select and pre-query?
Answer / chaudhry
Fires during the execute query and count query
processing after oracle forms constructs the select
statement to be issued, but before the statement is
actually issued.
The pre-query trigger fires just before oracle forms
issues the select statement to the database after the
operator as define the example records by entering the query
criteria in enter query mode.
Pre-query trigger fires before pre-select trigger.
| Is This Answer Correct ? | 6 Yes | 4 No |
Any attempt to navigate programatically to disabled form in a call_form stack is allowed?
What do you understand by oracle forms?
What do you understand by lov and how can it be used?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size? If yes,how?
What is responsibility and how u attach How to create user and how u attach with responsibility.
What is the difference between BPA AND Contract What are documents and test cases u followed
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?
How i call Reports from Forms10g.
What are the different file extensions that are created by oracle reports?
what is a package n what r the packages availbla in report
Can you change the alert messages at run-time?
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.