Passing muti-parameters crystal report8.5
-
I'm using vb6 with Crystal Report8.5 I have sent a value to the "?text" field like this: Dim rpt As New CrystalReport1 rpt.ParameterFields.GetItemByName("text").AddCurrentValue ("a") How can I send the second value to the same field? Thanks
Surely, if you was to move a second value to the same field, that would replace the first value.
Steve Jowett ------------------------- Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'
-
Surely, if you was to move a second value to the same field, that would replace the first value.
Steve Jowett ------------------------- Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'