Hi, there
let's say i have created some recordset,
and i want to pass a parameter value to existing Crystal Report file.
like this ....
CRReport.Parameterfields.getitembyneame("test").addcurrentvalues "Test"
it works fine ...
but how can i give a parameter value as a recordset like this?![]()
Fields1 Fields2
000001 AAAA
000002 BBBB
000003 CCC
or some thing like this ....
do while not rs.eof
crreport.parameterfields.getitembyname("test").addcurrentvalues rs.fields!X
rs.mmovnext
loop
Thanks for all help![]()




Reply With Quote