[web2py] Re: Web2py with barcode Reader

2010-08-26 Thread Neveen Adel
Thanks All for ur replies :) @Thadeus Burgess please how can i invoke this code once the magnetic card is entered ? Thanks in Advance Neveen

[web2py] Re: Web2py with barcode Reader

2010-08-26 Thread Neveen Adel
Thanks All for ur replies :) @Thadeus Burgess please how can i invoke this code once the magnetic card is entered ? Thanks in Advance Neveen

[web2py] Re: Web2py with barcode Reader

2010-08-26 Thread Neveen Adel
Thanks All for ur replies :) @Thadeus Burgess please how can i invoke this code once the magnetic card is entered ? Thanks in Advance Neveen

[web2py] Re: Web2py with barcode Reader

2010-08-26 Thread Kevin
On Aug 26, 4:59 am, Neveen Adel nevo.a...@gmail.com wrote: Thanks All for ur replies :) @Thadeus Burgess please how can i invoke this code once the magnetic card is entered ? The excellent jQuery library that Thadeus linked to shows full example use -- just change their use of

[web2py] Re: Web2py with barcode Reader

2010-08-25 Thread Kevin
A common occurrence is for barcode readers to simply 'type' the decoded value as if it were a keyboard, if there isn't some (usually proprietary) software running that steals that input on the driver-api level. Note that this also commonly occurs with many magnetic card readers -- no special

Re: [web2py] Re: Web2py with barcode Reader

2010-08-25 Thread Thadeus Burgess
I use this already in a system that uses a magnetic card reader to scan various magnetic cards into the system using jQuery and ajax communications with the server. Alongside some python code to parse the incoming data using some regex magic to place the data into variables. So it *can* be done.