How can you execute the user defined triggers in forms 3.0 ?
Answers were Sorted based on User's Feedback
Answer / hoosam ahmed salah
"EXECUTE_TRIGGER" works with Key Trigger name
EXECUTE_TRIGGER('KEY-F1');
execute_trigger('When-New-Form-Instance' ) ;
| Is This Answer Correct ? | 0 Yes | 2 No |
What are the triggers associated with a check box?
At what point of report execution is the before Report trigger fired?
how to create the triggers in the forms?
What is difference between open_form and call_form?
What do you understand by oracle forms and why are they required?
what are the oracle forms services components include?
How do you reference a parameter indirectly?
Name the different triggers supported by oracle reports and their firing order.
What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?
how to pass 2 variables from one form to other form
What is lexical parameter ?
What use of command line parameter cmd file?