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 |
When is PRE-QUERY trigger executed ?
What are the triggers available in the reports?
What is a Non Query Record Group?
What is an user exit used for?
At what point of report execution is the before Report trigger fired?
how to send sms to mobile phone from oracle forms.
What are the different styles of actvation of ole Objects?
What is lexical reference?How can it be created?
What is the difference between SHOW_EDITOR and EDIT_TEXTITEM?
How do you create a new session while open a new form?
hiding item in report how like that properly,thats manually but at runtime i want to do
When a form is invoked with call_form, Does oracle forms issues a save point?