Click to See Complete Forum and Search --> : Puzzled! For Each.. Loop


technie
July 4th, 2006, 09:25 PM
Hi,

unable to pass multiple values into the Crystal report when using For Each loop to pass in multiple values to a parameter. The Item value is fetching from the paramlist correctly.. do anyone know why??

...
For Each Item In paramlist
rpt.ParameterFields.GetItemByName("@param").AddCurrentValue (Item)
Next