Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Print PDF/PS File Directly from VFP to printer
Message
From
07/01/2013 12:56:07
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01561574
Message ID:
01561604
Views:
51
I was using this Code

lcOldPrinter = set('printer')
lcPrinter = getprinter()
if !empty(lcPrinter)
set printer to NAME (lcPrinter)
Endif

copy file (fullpath("E:\Bills\lap\1010461602.ps")) to printer


set printer TO Name(lcOldPrinter)
=messagebox(m.lcOldPrinter)

=messagebox(m.lcOldPrinter) is Giving message as "OFF"


>>Using your Earlier suggested code, i.e copy copy file (fullpath("E:\Bills\lap\1010461602.ps")) to printer, a file named printer is created in the working directory and no output is generated in printer.
>>
>>Second, set printer TO Name(lcOldPrinter) i.e Last Line is also giving the same spool Error
>>
>>Regards
>>Harsh
>>
>>
>What is lcOldPrinter ? Can you post
>=messagebox(m.lcOldPrinter)
Harsh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform