How the Action Trigger works? and what is full syntex of
srw.run_report?
Answer / s.gousalya
Action Triggers are pl/sql procedure executed when select a
button in the Reports previewer. It is mainly used to call
another report.
Srw.Run_report(Command_line char) It executes the
specified R25RUN.
| Is This Answer Correct ? | 6 Yes | 1 No |
What are the built-ins used for Creating and deleting groups?
How does the command POST differs from COMMIT ?
What are the design facilities available in forms 4.0?
In what sequence do triggers get fired by oracle forms?
What triggers are associated with the radio group?
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
Commited block sometimes refer to a BASE TABLE ? True or False.
What is the difference between formula column and place holder?
List the system variables related in Block and Field?
What are the default extentions of the files created by menu module?
What are the default extensions of the files careated by forms modules?
Is it possible to attach same library to more than one form?