Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Word to Text
Message
 
 
À
02/07/2005 07:57:12
Information générale
Forum:
Microsoft Office
Catégorie:
Word
Titre:
Divers
Thread ID:
01028475
Message ID:
01028506
Vues:
17
This message has been marked as the solution to the initial question of the thread.
>Hi how to open a Word document and get all the data in text format programmatically?

lcDocfile=Getfile("DOC")
oWord=Createobject("word.application")
oWord.Documents.Open(lcDocfile)
With oWord.Selection
.WholeStory()
.Copy()
Endwith

* Text is now in VFP's _Cliptext
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform