Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing a Word doc with Printer Dialog
Message
From
05/07/2007 15:00:12
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Printing a Word doc with Printer Dialog
Miscellaneous
Thread ID:
01238048
Message ID:
01238048
Views:
54
I am trying to print a Word document from VFP and I need to manually duplex. Is there a way to tell the document to do that or can I show the printer dialog box? (I can't get the printer dialog box to show up.) This is what I'm doing:
loWord = CREATEOBJECT("Word.Application")
loDocument=loWord.Documents.OPEN("MyDoc",,.t.)
loDocument.PrintOut()
Elyse Pomerantz
Next
Reply
Map
View

Click here to load this message in the networking platform