Home » Developer & Programmer » Forms » run product - report not running
run product - report not running [message #161014] Wed, 01 March 2006 07:28 Go to next message
kamran.it
Messages: 265
Registered: September 2005
Location: Karachi
Senior Member
I create a form and write Run_product .....

but report is not running. report backgroung engine starts but report dont run. in the other hand when i run report in Oracle report it runs.

Re: run product - report not running [message #161509 is a reply to message #161014] Sun, 05 March 2006 22:18 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Have you defined the REPORTS_PATH in your registry?

David
Re: run product - report not running [message #162553 is a reply to message #161509] Sat, 11 March 2006 02:53 Go to previous messageGo to next message
amolnk
Messages: 9
Registered: March 2006
Location: India
Junior Member
try this,

DECLARE
pl_id ParamList;
BEGIN
pl_id := Get_Parameter_List('plist');

IF NOT Id_Null(pl_id) THEN
Destroy_Parameter_List( pl_id );
END IF;

pl_id := Create_Parameter_List('plist');

Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');

Run_Product(REPORTS, 'c:\report1.RDF', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL);
end;
Re: run product - report not running [message #162861 is a reply to message #162553] Mon, 13 March 2006 22:34 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Also look at http://www.orafaq.com/forum/m/144539/67467/?srch=web.show_document#msg_144539.

David
Re: run product - report not running [message #162928 is a reply to message #162861] Tue, 14 March 2006 03:28 Go to previous message
kamran.it
Messages: 265
Registered: September 2005
Location: Karachi
Senior Member
Thanks my dear it is working
Previous Topic: Image Item Size Adjustment and Image Item Size adjustment dynamically (merged)
Next Topic: call sequence from forms
Goto Forum:
  


Current Time: Fri Sep 20 07:27:28 CDT 2024