Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Arrays From COM object
Message
From
07/04/1999 15:35:52
 
 
To
07/04/1999 15:27:53
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00205960
Message ID:
00206164
Views:
16
oParm = CREATEOBJECT('customparmobject')
oParm.pcFirstProperty = 'test'
oServer = CREATEOBJECTEX('classid', 'computername')
oServer.mDoSomething(oParm)

* On remote side you can use oParm as any other object.
* oParm.pcFirstProperty = 'testtoo'

=MESSAGEBOX(oParm.pcFirstProperty, 0, '')
HIH
Mark
Previous
Reply
Map
View

Click here to load this message in the networking platform