Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS-Word automation example : From VB to VFP
Message
From
04/02/2004 07:17:01
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
04/02/2004 07:03:10
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00873797
Message ID:
00873801
Views:
26
This message has been marked as a message which has helped to the initial question of the thread.
Hi
Just tried this and works
oWord = CreateObject("Word.Application")
oWord.Visible = .t.
oWord.WordBasic.FilePrintSetup("Canon i550 on USB002",1)
>Hi,
>
>I've got instructions to select in what printer MS-Word will execute its next printout in KB #216026 (ActivePrinter Property in Word Sets System Default Printer) as:
>
>Set oWord = CreateObject("Word.Application")
>
>oWord.WordBasic.FilePrintSetup Printer:="HP LaserJet 4 on LPT2", _
>      DoNotSetAsSysDefault:=1
>
>
>How should I code in VFP the oWord.WordBasic.FilePrintSetup... statement?
>
>Thanks,
>
>Fernando
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform