Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a VFP9 COM to be used in VFP8 code
Message
 
 
À
10/08/2007 13:34:25
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01247363
Message ID:
01247462
Vues:
31
>The way this works is I will need to send information to the methods/properties though. Port number, data stream, etc. Can I do this in my scenario?
>

Yes, sure. You would invoke the methods of the class with parameters.

loMyCom = createobject('MyDllName.myClass')

lcMyOutput = loMyCom.MyMethod(myParam1, myParam2)
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform