Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding one object to another (AddObject)
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01092407
Message ID:
01092417
Views:
15
THIS.AddProperty("Connection",loNet)
>I'm developing an object to allow access to web services. This object will instantiate an "MSSOAP.SoapClient30" object and open a connection to a URL.
>What I want to be able to do is add this MSSOAP object to my web services object. I'm trying to use AddObject but this seems designed for visual controls.
>
>loNet = CREATEOBJECT("MSSOAP.SoapClient30")
>/// .....code to open connection.....
>THIS.AddObject("Connection",loNet)
>
>Has any one got any good ideas please?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform