How to call a report from Forms?

Answer Posted / arjun

in Forms 10g now there is RUN_REPORT_OBJECT(report_id,
parameter_list) is to use for run report
Use this Built-in RUN_REPORT_OBJECT to run a report from
within a form. You can run the report against either a
local or remote database server.
Before 10g we were using Built-in procedure RUN_PRODUCT.

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1959


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

1644


Explain master-detail relationship with some examples.

586


What is responsibility and how u attach How to create user and how u attach with responsibility.

1623


What do you understand by oracle forms?

586






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

2466


If the valueset if of type –TABLE then how many tables can we attach in the valueset ?

1822


What is an SQL FORMS ?

2312


what is tripstop report?

1356


did u received a single file or multiple files

1610


In workflow how can we send a notification to the Supplier giving the Corresponding report Details.

1449


What is the difference between flex mode and confined mode?

530


Explain the different levels at which oracle form services interact.

607


how do u compile a form i.e .fmb file in Unix or in dos

4020


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

1600