This used to be a limitation. I haven't heard of it being solved yet. Ken Hamady, On-site/Phone Crystal Reports Training/Consulting
Quick Reference Guide to using Crystal in VB
If you're using v.8 and ASP, it's the same ASP code as a single-value parameter, but use the AddCurrentValue method of the parameter instead of the SetCurrentValue.
This example is for a parameter of type string:
set session("ParamCollection" = session("oRpt).Parameterfields
set Param = session("ParamCollection".Item(1)
//if your parameter values are in an array:
for i = 0 to ubound(myArray)
Call Param2.AddCurrentValue(CStr(myArray(i)),12)
next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.