Hi all,
I'm trying to set my ado recordset to some parameters I created on my crystal report in VB6. Here is my syntax:
This works...
rptData.ParameterFields(1).AddCurrentValue 'CStr(mrsDataSet.Fields("DrugName").Value)
the DrugName parameter field on the report has Allow Multiple Values selected and Discrete or Range value checked
with the Discrete or Range Value checked it will not show any data in my rpt. However, if I use only Discrete I see data in my rpt.
the problem is Discrete will only allow diferent values. Once it sees a value that was already used it blows up.
Does anyone know what kind of object I can put on my Cystal Report that will allow the same values that I can use with my recordset?
Any help would be very appreciated.
Thanks,
WebGuyToo