Hi..
How can I pass multiple values of one parameter used in crystal report in
VB programming?
Please help.. I can pass one value for one parameter but I can not multiple
values in running time...
Printable View
Hi..
How can I pass multiple values of one parameter used in crystal report in
VB programming?
Please help.. I can pass one value for one parameter but I can not multiple
values in running time...
Man :
Why dont you try passing an array of your values as ONE parameter
Gagan
"Jeff Kim" <jeffkim@pimm.com.au> wrote:
>
>Hi..
>
>How can I pass multiple values of one parameter used in crystal report in
>VB programming?
>
>Please help.. I can pass one value for one parameter but I can not multiple
>values in running time...
If the value is for only parameter in Store procedure, then we can handle
the array of values inside store procedure.
But the parameter is not for only store procedure.. it we pass the multiple
values of parameter, the crystal report should handle them.. but Crystal
Report can not handle the array of values.
"Gagan Behl" <gbehl@indya.com> wrote:
>
>Man :
>
>Why dont you try passing an array of your values as ONE parameter
>
>Gagan
>
>
>
>"Jeff Kim" <jeffkim@pimm.com.au> wrote:
>>
>>Hi..
>>
>>How can I pass multiple values of one parameter used in crystal report
in
>>VB programming?
>>
>>Please help.. I can pass one value for one parameter but I can not multiple
>>values in running time...
>