how do u call a report from form

Answers were Sorted based on User's Feedback



how do u call a report from form..

Answer / lokanatha reddy

Using RUN_PRODUCT Built in we can call a Report from a Form.
It will take 7 Parameters as follows
1) Product name :: REPORT/GRAPHICS
2) Module name :: Report name
3) Communication Mode :: Synchronous /Asynchronous
SYN :: we cannot work with the Form until and unless you
closes the Report.
Asyn:: We can work with Form & Reprot (Navigate)

4) Exec :: Batch/Run time
Batch :: it will fetch all records at a time
Run time :: It will fetch only one Record at a time
5) File name :: database/Filesystem
6) Parameters :: Report Parameters
7) Display :: For Graphics (Mostly null)
Ex :: If i have :p_deptno parameter then we can call as
Follows
RUN_PRODUCT
('REPORT','C:\TEST1.rep',SYN,BATCH,DATABASE,p_deptno,' ');

Is This Answer Correct ?    16 Yes 2 No

how do u call a report from form..

Answer / kiran

by using RUN_PRODUCT build-in

Is This Answer Correct ?    9 Yes 1 No

how do u call a report from form..

Answer / manojit

Answer is correct

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Oracle Forms Reports Interview Questions

WHAT IS THE ORACLE FORM TRIGGER WHICH CAN BE FIT IN ALL THREE LEVELS i.e., IN FORM LEVEL, BLOCK LEVEL AND ITEM LEVEL ?

1 Answers   TATA, TCS,


Can we invoke one form from another in a multi-forms application?

0 Answers  


What package procedure used for invoke sql plus from sql forms ?

1 Answers  


What is the difference when Flex mode is mode on and when it is off?

1 Answers  


Which is the cheapest and quality Oracle Education provider in Bangladesh?

1 Answers  






difference between repeating frame and frame

3 Answers   IBM,


What is the use of transactional triggers?

1 Answers  


What is AppCore and AppCore2 ?

1 Answers  


What are the different types of Package Procedure ?

1 Answers  


i have 9 values in a table i.e -99 -56 -32 41 -2 33 95 -88 55 my question is that i wanna elimenate all -ve values and wann sum of + values in report i m using devsuite 10g its urgent kindly if anyone knows that answer message me the following yahoo id thanx ALI smalipaki@yahoo.com

5 Answers  


in before report trigger SRW.user_exit(FND_Userinit) what will do

3 Answers  


At what point of report execution is the before Report trigger fired?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)