Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
OLE
Miscellaneous
Thread ID:
00010526
Message ID:
00010526
Views:
77
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
** ** ** ** ** ** ** ** ** ** **
Next
Reply
Map
View

Click here to load this message in the networking platform