Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing / Receiving Multiple paramters
Message
From
30/11/2001 16:17:15
Ken Zak
Hagerty Classic Insurance
Traverse City, Michigan, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Passing / Receiving Multiple paramters
Miscellaneous
Thread ID:
00588245
Message ID:
00588245
Views:
49
I have an ActiveX object (that is normally used in VB) that is requesting that I pass it three parameters as reference. Once called it is supposed to return the current value to the referenced parameters.

I have created three paramters mtest1, mtest2 mtest3 all with '' as value.

Called the object using the following:

ThisForm.Object1.CurrentSet(&mtest1,&mtest2,&mtest3)

also tried passing as values just to see..
ThisForm.Object1.CurrentSet(mtest1,mtest2,mtest3)

Object fires but the parameters are not being filled with the current values.

Am I passing the values correctly? Please Help.

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform