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 |
I HAVE A REPORT LAYOUT LIKE THIS RUNDATE -FIELD DEPTNO-FIELD ------------------------------------------------------------ ------------------- EMPNO-----ENAME------SAL-----COMM----MGR----- ------------------------------------------------------------ ------------------ ------- ------------ -------- -------- -------- MY REQUIREMENT IS I WANT DEPTNO 10 VALUES IN ONE PAGE,DEPTNO 20 VALUES IN ONE PAGE,AND 30 IN ONE PAGE. I WANT LIKE THIS ....
State the order in which these triggers are executed ?
What is a timer?
Is the After report trigger fired if the report execution fails?
From which designation is it preferred to send the output to the printed?
When a form is invoked with call_form, Does oracle forms issues a save point?
HI GURUS, WHAT IS THE PURPOSE OF LEXICAL PARAMETER IN REPORT DEVELOPMENT.
What are the design facilities available in forms 4.0?
Can you change the alert messages at run-time?
What is a canvas-view?
Can you attach an alert to a field?
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How?