gojohnnygogogogo
Programmer
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.
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.