Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print word doc's from a vfp5.0 program?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00209697
Message ID:
00209748
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform