Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing / Receiving Multiple paramters
Message
De
30/11/2001 16:17:15
Ken Zak
Hagerty Classic Insurance
Traverse City, Michigan, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Passing / Receiving Multiple paramters
Divers
Thread ID:
00588245
Message ID:
00588245
Vues:
50
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform