Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to print word doc's from a vfp5.0 program?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00209697
Message ID:
00209748
Vues:
15
oWord = CREATEOBJECT("Word.Application")

oWord.Documents.Open("MyDocument.Doc")
oWord.ActiveDocument.PrintOut()
oWord.ActiveDocument.Close()
oWord.Quit()

RELEASE oWord
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform