Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Word objects
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01444602
Message ID:
01444621
Vues:
43
answer

oWord = CREATEOBJECT('word.application')
oWord.Visible= .T.
od= oWord.documents.open("c:d\tax\stmt2.doc")
oshape =oWord.ActiveDocument.Shapes
otable =oshape.Item(1)
oT =oshape.Item(1)
ot.Select
oWord.Selection.Tables(1).Select
oWord.Selection.Copy
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform