Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CRPEAuto Parameter

Status
Not open for further replies.

hceco

MIS
Mar 18, 2008
37
0
0
BR
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?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top