Restricting entry from keyboard [message #440979] |
Thu, 28 January 2010 03:30 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
athar.fitfd@hotmail.com
Messages: 193 Registered: October 2007 Location: pakistan
|
Senior Member |
|
|
Hi everyone
i am working on attendance system using barcode scanner.
i want the user can only mark his/her attendance by scanning the attendance card.
and cannot use keyboard.
Thanks in anticipation
Regards
Athar
|
|
|
|
|
|
Re: Restricting entry from keyboard [message #445700 is a reply to message #440979] |
Wed, 03 March 2010 07:03 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Martin Eysackers
Messages: 80 Registered: October 2005 Location: Belgium
|
Member |
|
|
I've seen a complex solution to this (don't have the code sorry)
where timers where used to detect input
if input in a field is done then the time to fill this field is calculated, if time < certain value then input was scanner else keyboard and raise form_trigger_failure
|
|
|
|
|
|
|
|