Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Send parameters by reference to Activex control
Message
De
28/11/2007 04:14:39
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Send parameters by reference to Activex control
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01271665
Message ID:
01271665
Vues:
52
Hi,
I have a problem to send parameters to activex control by reference
I have a method of object which must reutrn Pad type.
The original method description looks like
Get_PadType(padName as Variant @, padType as number @, PadSubType as Number@, HasLcd as Number @, HasPressure as Number @)
Then I try to define variables like
padName = ""
padType = 0
padSubType = 0
HasLcd = 0
HasPressure = 0
Get_PadType(@padName,padType,padSubType,HasLcd,HasPressure)

The string PadName variable - correct. It has a value, rest variables still 0.. but in VB - those variables has another values.
Try to call this function as Get_PadType(@padName,@padType.. and so on - call activex control error message "Typ conflict".

Any ideas

Thanks
Denis
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform