Re: Cash Drawer

2010-02-17 Thread Jeff Johnson
uot;Ctrl Enter" >Endwith > >Now you can open the till with a "hidden" hot key or a command button on >your form, or as part of closing the sale. > > > >On Thu, Feb 18, 2010 at 8:58 AM, Jeff Johnson wrote: > >> Kent: I have a POS application that use

Re: Cash Drawer

2010-02-17 Thread Jeff Johnson
ey or a command button on > your form, or as part of closing the sale. > > > > On Thu, Feb 18, 2010 at 8:58 AM, Jeff Johnson wrote: > >> Kent: I have a POS application that uses an Epson TMU220 receipt >> printer and a cash drawer. The printer sends a command to t

Re: Cash Drawer

2010-02-17 Thread Jeff Johnson
http://www.nationalbarcode.com/cats/cash-drawers/ It is an APG Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. 623-582-0323 Fax 623-869-0675 Kent Belan wrote: > Hello Jeff, > Thanks for the info, do you know the Type/model of the cash drawer you are > using ? > > >>

Re: Cash Drawer

2010-02-17 Thread Sytze de Boer
d button on your form, or as part of closing the sale. On Thu, Feb 18, 2010 at 8:58 AM, Jeff Johnson wrote: > Kent: I have a POS application that uses an Epson TMU220 receipt > printer and a cash drawer. The printer sends a command to the cash > drawer to open it. Here is my

RE: Cash Drawer

2010-02-17 Thread Kent Belan
Hello Jeff, Thanks for the info, do you know the Type/model of the cash drawer you are using ? > > Kent: I have a POS application that uses an Epson TMU220 > receipt printer and a cash drawer. The printer sends a > command to the cash drawer to open it. Here is my program to

Re: Cash Drawer

2010-02-17 Thread Jeff Johnson
Kent: I have a POS application that uses an Epson TMU220 receipt printer and a cash drawer. The printer sends a command to the cash drawer to open it. Here is my program to open the cash drawer: > PROCEDURE rswdrawer > > lcdrawercommand = CHR(27) + CHR(112) + CHR(48) + CHR(55)

Cash Drawer

2010-02-17 Thread Kent Belan
Hello, I have been asked to add a cash drawer to my VFP9 app so that when the payment is entered it will open the cash drawer. Someone must have done this already and knows the perfect cash drawer to purchase that will work with VFP9 ? Thanks, Kent