Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP COM & Arrays question
Message
From
17/09/2003 15:49:24
 
 
To
17/09/2003 15:48:15
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00830067
Message ID:
00830068
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform