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

passing multiple parameters

Status
Not open for further replies.

gojohnnygogogogo

Programmer
Joined
May 22, 2002
Messages
161
Location
GB
Hello All,

I can pass one paramter from an ASP page to a crytal report, but how do I pass multiple parameters. ?

I am passing the parameter called DEE like :

Dim DEE
DEE = request.form("DEE")

then I set the parameter like this :

set Param2 = session("ParamCollection").Item(2)
ParamValue2 = DEE
Call Param2.SetCurrentValue (CStr(ParamValue2), 12)

any ideas ?

thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top