validate input data from scanner

Guest

Guest
Hi List!

In Spanish: Necesito validar si el ingreso de datos en un campo de una aplicacion fue: digitado por el teclado ó utilizando un scanner lector de codigos de barra,..., necesito algo parecido a:

if FC Item Number Short = 1 then
' el dato fue digitando en el teclado
else
' el datos fue ingresado utilizando el scanner
endif

I try in English: I need validate if the input data was by keyboard or using a scanner (code bar) in APPL,..., I need something like:

if FC Item Number Short = 1 then
' data input by keyboard
else
' data input by scanner
endif

Thank!!!
 
In our scanners we use a extra code at the end so that we can tell if it scanned a bar code or not. If they key it in they use the human readable and it does not contain the special code.

Hope this helps

Roger

B7333 SP15.1 AS/400 Server
 
Back
Top