Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Open Cash Register when conected to a printer?
Message
From
13/11/2001 07:46:04
 
 
To
09/11/2001 00:48:07
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00579519
Message ID:
00580805
Views:
15
you need to send a chr(7) to the printer.

make sure that

set printer to lpt1: && or com1: / com2: / lpt2: whatever is appropriate
set print on
set console off
???chr(7)
set print off
set printer to

this is generally integrated with the printing of a receipt.
i generally find that you have to think how the app will operate in practice and do the drawer opening before the till receipt is printed to give the operator time to put the money away and give change etc. will the receipt is printing

regards

Colin Burton
Previous
Reply
Map
View

Click here to load this message in the networking platform