Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create new documents in Word
Message
De
21/12/2006 08:56:38
 
 
À
20/12/2006 20:38:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01179334
Message ID:
01179526
Vues:
11
>thank you.
>
>how can I create a new doc? I try:
>
>mMyWord.documents.create('myfile.doc')
>mMyWord.documents.new('myfile.doc')
>
>they don't work.
>
>Jerry
oMyword=createobject('Word.Application')
oMyword.documents.add
oMyword.visible=.t.
*** manually editing your document in Word here
oMyword.Documents(1).SaveAs('c:\develop\myfile')
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform