Using Crystal 8.5, VB6, and the RDC:
I have no problem passing regular parameters to the report via VB, but I'm not sure how to pass values to a multiple value parameter.
I need to pass an array of values to a parameter. The parameter is set up in my .rpt. Now what syntax do I use in VB to choose each element and set the value?
Crystal documentation refers to the SetNthDefaultValue method, but that one apparently also prompts the user. There doesn't seem to be an equivalent CurrentValue method (without the prompts).
Any help would be appreciated!
Thanks,
Elky Langer
I have no problem passing regular parameters to the report via VB, but I'm not sure how to pass values to a multiple value parameter.
I need to pass an array of values to a parameter. The parameter is set up in my .rpt. Now what syntax do I use in VB to choose each element and set the value?
Crystal documentation refers to the SetNthDefaultValue method, but that one apparently also prompts the user. There doesn't seem to be an equivalent CurrentValue method (without the prompts).
Any help would be appreciated!
Thanks,
Elky Langer