When is PRE-QUERY trigger executed ?
Answers were Sorted based on User's Feedback
Answer / guest
When Execute-query or count-query Package procedures are invoked
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / dinesh mohan upadhyay
pre query is executed fefore user goes to input.
it execute only one time for any block
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravi
This trigger executes before the input goes into to any data
or control block. This trigger will execute only once when
data block gets input focus.
| Is This Answer Correct ? | 0 Yes | 0 No |
WHAT IS THE ORACLE FORM TRIGGER WHICH CAN BE FIT IN ALL THREE LEVELS i.e., IN FORM LEVEL, BLOCK LEVEL AND ITEM LEVEL ?
List the buil-in routine for controlling window during run-time?
What is the built-in used to get and set lov properties during run-time?
How many windows in a form can have console?
What are modalless windows?
Explain about stacked canvas views?
how do u compile a form i.e .fmb file in Unix or in dos
how to pass 2 variables from one form to other form
What is a visual attribute?
What is the basic data structure that is required for creating an LOV?
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?