Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP COM & Arrays question
Message
De
17/09/2003 15:49:24
 
 
À
17/09/2003 15:48:15
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00830067
Message ID:
00830068
Vues:
14
See correction
>Hi all,
>
>Does a VFP COM.DLL behaves like all other COM object in a sense that VFP still can't pass an array parameter to it? See code snippet:
>
>
>* MyCOM.dll
>define class cls as session olepublic
>   function iNeedAnArray(array1)
>      external array array1
>      *-- codes
>   endfunc
>enddefine
>
>* Implementation
>dime X[5]
>oC = createobj('myCom.cls') && correction
>oC.iNeedAnArray(@X) && is this valid at all?
>oC = null
>
>
>Also, is EXTERNAL ARRAY a valid command in a DLL?
>
>TIA.
ramil
~~ learning to stand still
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform