Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating WORD objects
Message
De
04/11/1998 17:25:55
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Creating WORD objects
Divers
Thread ID:
00154593
Message ID:
00154593
Vues:
78
I am currently creating word documents from within VFP in the following manner.

oWordDocument = createobject("word.basic")
with oWordDocument
.FileOpen(lcFileName)
.FileSaveAs(lcFileName)
.FilePrint
.AppShow
endwith

This works fine, but the list of available commands I have is limited. I can't seem to find a list of all the available commands that I can do to the WORD object. I would be grateful if anybody could provide me with a list of the commands that they use, with perhaps a small description.

Is there some easy way to find them out from within WORD ???

Many thanks

Derek Chapman
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform