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 Reports from Forms without Parameter Form

Status
Not open for further replies.

Rorbac

Programmer
Jul 15, 2002
13
LU
I'm calling Reports(2.5) from Forms(4.5) and pass an ID for Reports to know what data to print. All works fine, but now I want to suppress the parameter form, as there's no information I want the user to change. The PARAMFORM=NO seems to work only if I call R25RUN, but I use RUN_PRODUCT from my Forms application. I also tried to deselect the Parameter Form option from the Tools Options (Runtime Settings), but this only works when I run the report from within Reports Designer and not when I call the report from within Forms.

-Rorbac
 
Do you pass a parameter list to your report with RUN_PRODUCT? If not you need to set one up and add 'PARAMFORM' with a value of 'NO' to it, then call RUN_PRODUCT and pass the parameter list ID to it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top