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


Please Help Members By Posting Answers For Below Questions

can you convert or reverse engineer a fmx back to a fmb file?

699


How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff

1634


What do we mean by record group in oracle forms?

602


what exactly u write in when_new_form_instance

2892


How to create Drill down report?

1687






Name the different triggers supported by oracle reports and their firing order.

581


i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output

1563


Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?

1850


i am writing a query select EmpNo from Emp how can i call in after parameter form

1589


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

1591


How can we expand Parameter Form Canvas on Reports 6i?

1946


Is it possible to have multiple layouts in a report?

566


Explain the different levels at which oracle form services interact.

597


What do you understand by oracle forms?

578


i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE

2460