Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
OLE
Divers
Thread ID:
00010526
Message ID:
00010526
Vues:
79
What's the diff. between GETOBJECT and CREATEOBJECT when it comes to OLE?


xl = CREATEOBJECT("Excel.Application")
xl.Workbooks.Add
xl.Visible


same as?:


xl = GETOBJECT(",Excel.Application")
xl.Workbooks.Add
xl.Visible


Greg
** ** ** ** ** ** ** ** ** ** **
Gregory Cummines
Visual FoxPro 3.0/5.0
C/C++ Applications
** ** ** ** ** ** ** ** ** ** **
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform