Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling the Report Through Form

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi

I am having two problems in my assignment.
1.I am trying to call report through form under button for taht I am written code with parameter.
****Run_Product(REPORTS, 'Product_Details', SYNCHRONOUS, RUNTIME,FILESYSTEM, ProPL_ID,NULL);
****It is giving Error like this: Too many declarations of RUN_PRODUCT MAtch this call********.
and the another thing is in Menu also I am trying to call report as I above mentioned Syntax with our parameter it is giving error like this only.I am trying to sove this problems since two days it is giving error Is it S/w Problems or what? I read Run_product_help also.Re Reena Ple.
end answer for this problem.I hope you will send as soon as early possible.

I am waiting for your reply.

Have a nice day

Regards

P.Srinivasulu
 
THIS IS THE EXACT SYNTAX TO START A REPORT FROM A FORM....
run_product(REPORTS,
var_report,
SYNCHRONOUS,
RUNTIME,
FILESYSTEM,
plid);


YPU MUST CREATE A PROCEDURE "CALL_REPORT" AND THEN CALL IT FROM THE BUTTON...

BY FROM THE VAMPIRUS
 
Check the types of parameters you pass. You may also omit DISPLAY parameter.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top