looking for some advice...
I've been using parameters for a few years now passing data to reports from VB. I've got the process for passing single values down pretty well. I don't use the prompting Crystal offers, I collect the values myself programmatically and pass them in using the ParameterFields collection.
But now I need to pass a parameter to a report that contains two or more values in the same parameter. I've tried a few different things but so far nothing has worked. I have defined the parameters in the report as Allow Multiple Values / Discrete Values. My problem is formatting the syntax on the VB side so the crystal side 'gets it'.
If someone could provide the way to pass several string values, I'd be much obliged.
Thanks
Craig in NJ
I've been using parameters for a few years now passing data to reports from VB. I've got the process for passing single values down pretty well. I don't use the prompting Crystal offers, I collect the values myself programmatically and pass them in using the ParameterFields collection.
But now I need to pass a parameter to a report that contains two or more values in the same parameter. I've tried a few different things but so far nothing has worked. I have defined the parameters in the report as Allow Multiple Values / Discrete Values. My problem is formatting the syntax on the VB side so the crystal side 'gets it'.
If someone could provide the way to pass several string values, I'd be much obliged.
Thanks
Craig in NJ