Hi, I`m trying to use the component CRPEAuto in VB6.
In my actual application it works fine because I`m passing just one value as a parameter like in the code below:
Call CRXReport.SetCurrentValue(999999)
But when I trying to pass more than one value I get this message error:
Run time error 438
Object doesn't support this property or method.
The code is:
Call CRXReport.AddCurrentValue(999999)
or
Call CRXReport.ParameterFields.AddCurrentValue(132027)
or
call CRXREPORT.ParameterFields(1).AddCurrentValue(132027)
The error appears in every way that I try to write the code.
Can anyone help me with this subject?
In my actual application it works fine because I`m passing just one value as a parameter like in the code below:
Call CRXReport.SetCurrentValue(999999)
But when I trying to pass more than one value I get this message error:
Run time error 438
Object doesn't support this property or method.
The code is:
Call CRXReport.AddCurrentValue(999999)
or
Call CRXReport.ParameterFields.AddCurrentValue(132027)
or
call CRXREPORT.ParameterFields(1).AddCurrentValue(132027)
The error appears in every way that I try to write the code.
Can anyone help me with this subject?