Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CREATEOBJECT('Word.Application') vs ('word.basic')
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
CREATEOBJECT('Word.Application') vs ('word.basic')
Miscellaneous
Thread ID:
00226303
Message ID:
00226303
Views:
398
Can anybody describe me the pros and/or cons of creating an ms word object using...
oWordObj = CREATEOBJECT('Word.Application')
vs
oWORDbasic =CREATEOBJECT('word.basic')
I have discovered some differences such opening a document...
oWordObj.Documents.Open('C:\WINDOWS\TEMP\MailingO.rtf')
vs.
oWORDbasic.fileOpen('C:\WINDOWS\TEMP\MailingO.rtf')

Is there a preferred choice? Is one based on MS Basic and the other a DDE leftover? (realizing DDE is still active in word 97)
- jim durkin

"The universe is a big place, perhaps the biggest." Kurt Vonnegut
Next
Reply
Map
View

Click here to load this message in the networking platform