Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Print PDF/PS File Directly from VFP to printer
Message
 
 
To
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:
01561607
Views:
59
Tore already answered your question and I can only repeat his advice - if something is not working as intended, you need to verify the command(s) in Help.

>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)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform