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 gkittelson 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
May 22, 2002
161
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