technie
July 1st, 2006, 12:21 AM
hi,
i m unable to pass a string of values in vb6 to crystal report 8.5. using cr control (not cr viewer).
I have created a var in CR.rpt to accept multiple discrete values.
User is able to choose any number of records from the form and the values of the selected record ids are stored in values_str.
eg.
values_str = "'101', '102', 103'"
how to pass the values from values_str to CR such that the stored procedure will select the records based on the ids and the report will display correctly?
some sample codes will be very helpful. thanks!
i m unable to pass a string of values in vb6 to crystal report 8.5. using cr control (not cr viewer).
I have created a var in CR.rpt to accept multiple discrete values.
User is able to choose any number of records from the form and the values of the selected record ids are stored in values_str.
eg.
values_str = "'101', '102', 103'"
how to pass the values from values_str to CR such that the stored procedure will select the records based on the ids and the report will display correctly?
some sample codes will be very helpful. thanks!