How the Action Trigger works? and what is full syntex of
srw.run_report?
Answer Posted / 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 |
Post New Answer View All Answers
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
How to create Drill down report?
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
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
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
how to send file attachment from oracle forms
if u want to delete all these detail block etc what will happen in form
What are the various configuration files that are used by oracle forms?
what is difference between group above and group left report
all steps of bitmap report?
i am writing a query select EmpNo from Emp how can i call in after parameter form
What is an oracle report? List its various types.
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 call_form, new_form and open_form?
Explain the various types of oracle report?