Opening Till Draws

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know if there's a bit of code or a macro to open a till draw?

Much appreciated.
 
If it's connected to the printer port, try:

Open "LPT1" For Binary As #1
Put #1, , Chr(28)
Close
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top