Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding one object to another (AddObject)
Message
 
 
À
01/02/2006 12:18:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01092407
Message ID:
01092417
Vues:
14
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform