GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  D2K
Go To First  |  Previous Question  |  Next Question 
 D2K  |  Question 7 of 71    Print  
What is the process to call a report from a form of current record of the form whth out parameter form?

  
Total Answers and Comments: 8 Last Update: July 24, 2007   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: venkataramakalva
 

USING RUN_PRODUCT WE CALL THE REPORT.



Above answer was rated as good by the following members:
paddu_24, bc_sumanamara, dipak0, ramveer1
September 26, 2005 02:46:59   #1  
venkataramakalva        

RE: What is the process to call a report from a form o...

USING RUN_PRODUCT WE CALL THE REPORT.


 
Is this answer useful? Yes | NoAnswer is useful 3   Answer is not useful 0Overall Rating: +3    
November 25, 2005 00:43:55   #2  
ranjan        

RE: What is the process to call a report from a form o...
to call a report from a form by using current record without parameter in reposrt we use run_procedure. what will be the contents of procedure.
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
December 29, 2005 01:11:45   #3  
vinod_ce2005@hotmail.com Member Since: December 2005   Contribution: 2    

RE: What is the process to call a report from a form o...
by using run_product we can call report from a form
 
Is this answer useful? Yes | NoAnswer is useful 4   Answer is not useful 0Overall Rating: +4    
April 08, 2006 00:37:45   #4  
dhiraj        

RE: What is the process to call a report from a form o...

dear friend

I am try and call_from open.But not a record open.

so please help me .call_parameter make.

full_example.

by dhiraj.


 
Is this answer useful? Yes | No
April 21, 2006 05:56:39   #5  
faizy        

RE: What is the process to call a report from a form o...
What is the process to call a report from a form
 
Is this answer useful? Yes | No
June 22, 2006 10:05:35   #6  
kameshakundy        

RE: What is the process to call a report from a form o...
Dear Friend Please look at this probably this will help you out.To run a report from within a form you must use the dedicated report integration built-in RUN_REPORT_OBJECT. If you want the call the report without parameter form you need create a parameter list before using the RUN_REPORT_OBJECT using ADD_PARAMETER built-in. Once the Parameter list is created then use any one of the following syntax to call RUN_REPORT_OBJECT. e.g. RUN_REPORT_OBJECT (report_id REPORT_OBJECT paramlist_name VARCHAR2) or RUN_REPORT_OBJECT (report_id REPORT_OBJECT paramlist_id PARAMLIST); or RUN_REPORT_OBJECT (report_name REPORT_OBJECT paramlist_name VARCHAR2) or RUN_REPORT_OBJECT (report_name REPORT_OBJECT paramlist_id PARAMLIST);URL http://hostname/reports/rwservlet?destype cache&desformat html&server reportservername &report 'report_path/report.rdf'¶meterform no&userid username/password@databaseconnectstring ; In case of web deployment use WEB.SHOW_DOCUMENT( URL);
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
July 16, 2007 02:21:32   #7  
Abhishek Agarwal        

RE: What is the process to call a report from a form o...
By using RUN_PRODUCT procedure and by passing all the parameters on the same form from where we are calling the report without using any other parametric form
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
July 24, 2007 01:57:00   #8  
t.v.sudhakar        

RE: What is the process to call a report from a form o...
by using run_product(report report_name asynchronous mode paramlist '' ...)
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape