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 |
Can you pass data parametrs to forms?
What is an anchoring object & what is its use?
What are the different modals of windows?
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
When to use Place holder columns in Oracle Reports and what is a place holder column?
What is an Alert?
what is difference between group above and group left report
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?
WHAT IS THE ORACLE FORM TRIGGER WHICH CAN BE FIT IN ALL THREE LEVELS i.e., IN FORM LEVEL, BLOCK LEVEL AND ITEM LEVEL ?
What is pop list?
While specifying master/detail relationship between two blocks specifying the join condition is a must ? True or False.
Where is a procedure return in an external pl/sql library executed at the client or at the server?