Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM and passed objects
Message
From
06/07/1999 14:35:39
 
 
To
06/07/1999 13:08:03
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00237833
Message ID:
00237877
Views:
12
>I am trying to ACOPY an array created in COM to passed object's array:
>=ACOPY(comarr, passedobj.paArr)
>paArr property is added to passedobj in COM with sufficient number of elements.
>Does not work. Any idea?
>Thanks Mark

I would be surprised if I learned that ACOPY was built to handle the array properties of COM objects. Rather than trying to use ACOPY, why son't you populate the array with a Set method in the COM server, or (if that's not possible), loop through and copy the elements manually.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform