Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CREATEOBJECT('Word.Application') vs ('word.basic')
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
CREATEOBJECT('Word.Application') vs ('word.basic')
Divers
Thread ID:
00226303
Message ID:
00226303
Vues:
399
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform