How can you execute the user defined triggers in forms 3.0 ?
Answer Posted / 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 |
Post New Answer View All Answers
where do u put the report file
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
Can we invoke one form from another in a multi-forms application?
what are bind variables?
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
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
What is the difference between flex mode and confined mode?
what is oracle forms?
how do u compile a form i.e .fmb file in Unix or in dos
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
What do you understand by oracle forms?
what is difference between group above and group left report
What is a matrix report and how many minimum groups are required to prepare the same?
What do you understand by lov?
What do you understand by lov and how can it be used?