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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Parameters

Status
Not open for further replies.

kken

Programmer
Jun 5, 2001
51
CA
Does anyone know how to pass parameter to a subreport? I have 3 params to pass 2 in the main report and 1 in the subreport. Example that I'm usingis: webTest.rpt?prompt0=value&prompt1=value&user0=UserID&password0=password&prompt0@subreport=value&user0@MaxScore=userID&password0@MaxScore=password"

The first 2 values make it into the report but the subreport value does not. Does anyone know what I'm doing wrong.

Thank you
 
I'm a bit unclear here.. are you saying that the 3rd parameter is in another subreport? ie: trying to pass a parameter from one subreport to another subreport?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top