Home » Developer & Programmer » Reports & Discoverer » How to run report 10g (Developer 10g ,database 10g window xp)
How to run report 10g [message #408051] Sat, 13 June 2009 06:07
shahzaib_4vip@hotmail.com
Messages: 410
Registered: December 2008
Location: karachi
Senior Member
Hellow All

I am Convert Developer 6I to Developer 10g I want to know How to run report with Developer 10g

i search in Google and other website and found run report through
Run Report Object

I create a simple Report which save in F:\Myreport.rdf

And create a simple form with one Button

and the trigger in button is

declare
rep_id REPORT_OBJECT;
v_rep VARCHAR2(100);
begin
rep_id := FIND_REPORT_OBJECT ('RTM101'); /* report name */
v_rep := RUN_REPORT_OBJECT (rep_id);
end; 


In form object navigiation i found report i add report and which name is RTM101
Filename is F:\myreport.rdf
Runtime
ASynchronous
Report Destination Type screen


when i run form its run successfully when i click the push button

Its not running the report and not given me any message

What can i do

if any one please provide me detail information how to run report

Regards


Shahzaib ismail
Previous Topic: single line with word wrap in reports filed
Next Topic: Can we use Global Temporary tables in Reports?
Goto Forum:
  


Current Time: Tue Apr 23 19:50:22 CDT 2024