Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print to different printer
Message
From
26/07/2006 08:34:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Print to different printer
Miscellaneous
Thread ID:
01140114
Message ID:
01140114
Views:
73
I'm doing the POS app for dining, my client wants the entries can be printed to 3 miniprinters (kitchen, bar, receipt), how can I assign the print-out to difference printers?

in DOS app, I can just do with:

set printer to com1
@ prow()+1,0 say '....'
set printer to com2
@ prow()+1,0 say '....'
set printer to lpt1
@ prow()+1,0 say '....'

I'm not sure how to do it with VFP.

thanks for the help.

regards,

Jerry
Next
Reply
Map
View

Click here to load this message in the networking platform