Hi

You can pass parameters to your report through run_product statement. Have a parameter variable say pl_id and assign the value u want to pass it to report.

use statement

Run_Product(REPORTS,Reportname, SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL);


Originally posted by saritha
Hi all,

How do you pass parameteres from Forms to report & run the report for the corresponding value entered.
I have form which has a text box , if the user enters the date in that test box it should bring that data's report.
How do i do this?

Please let me know at the earlist.

THANKS
Saritha