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 is a combo box?
How to create LOV in Oracle forms?
i created a parameter list in reports. how to restrict that parameter list with parameters
What Enter package procedure does ?
What are the important difference between property clause and visual attributes?
The join defined by the default data link is an outer join yes or no?
How can a square be drawn in the layout editor of the report writer?
What is the difference between setting up of parameters in reports 2.0 reports ?
What do you understand by oracle forms?
what is sequence of execution of following triggers 1.when-validate-item 2.post-change 3.key-next-item 4.post-text-item
What are the sql clauses supported in the link property sheet?
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory