Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RTF
Message
 
 
To
13/06/1998 01:00:13
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Re: RTF
Miscellaneous
Thread ID:
00107806
Message ID:
00107918
Views:
17
This automation code I posted is missing one important line.
Use this instead:

oWord = Createobject("word.application")
printername = getprinter() && if you need to select a printer
If !Empty(printername)
With oWord
.documents.open(getfile())
.activeprinter = printername
.Printout
EndWith
EndIf
Previous
Reply
Map
View

Click here to load this message in the networking platform