Home » Developer & Programmer » Forms » report doesnot wotk from form please help & report doesnot wotk from form please help1 (merged)
report doesnot wotk from form please help & report doesnot wotk from form please help1 (merged) [message #162759] Mon, 13 March 2006 08:59 Go to next message
eswaries
Messages: 41
Registered: January 2006
Member
Please find is there any error?
tell the error.

Report:
I create a report.It works well.but I want to run this report from the form.But it does not work.I wrote the query like this.But it shows an error like below.Can you correct this error please?
run_product(reports,'f:\report\jaga',synchronous,runtime,filesystem,null,null);

Error:
Error 307 at line 1,column1
Too many declarations of ‘Run_product’ match this call.
Error 0 at line 1,column1
Statement ignored.
Re: report doesnot wotk from form please help [message #162822 is a reply to message #162759] Mon, 13 March 2006 14:37 Go to previous messageGo to next message
RJ.Zijlstra
Messages: 104
Registered: December 2005
Location: Netherlands - IJmuiden
Senior Member


Try this:

Run_Product( REPORTS,
'f:\report\jaga',
ASYNCHRONOUS,
RUNTIME,
FILESYSTEM,
'', /*not 'NULL' */
NULL);

HTh, Regards

Rob Zijlstra
report doesnot wotk from form please help1 [message #163001 is a reply to message #162759] Tue, 14 March 2006 09:09 Go to previous messageGo to next message
eswaries
Messages: 41
Registered: January 2006
Member
Report:
I am using oracle 8 and Forms [32 Bit] Version 6.0.8.8.0 (Production)

I create a report.It works well.but I want to run this report from the form.But it does not work.I wrote the query like this.But it shows an error like below.Can you correct this error please?
run_product(reports,'f:\report\jaga',synchronous,runtime,filesystem,null,null);

Error:
Error 307 at line 1,column1
Too many declarations of ‘Run_product’ match this call.
Error 0 at line 1,column1
Statement ignored.

please tell what is the error in it.how to rectify it? i cannot get

clear conclusion.
Re: report doesnot wotk from form please help1 [message #163081 is a reply to message #163001] Tue, 14 March 2006 21:14 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Try run_product(reports,'f:\report\jaga',synchronous,runtime,filesystem,to_char(null),null);

David
Previous Topic: default_where
Next Topic: image on pushbutton
Goto Forum:
  


Current Time: Fri Sep 20 07:21:03 CDT 2024