BarcodeScanner objects

Specifies the bar code symbology type from the most recent scan after a RetrieveData call.
The ScannedSymbology property is a read-only integer specifying the decoder ID.
The following example retrieves the type of bar code from a bar code scan:
Integer l_iret, l_id
l_iret = l_scanner.Open()
l_iret = l_scanner.ScanWait( 30 )
l_iret = l_scanner.RetrieveData()
l_id = l_scanner.ScannedSymbology
sl_symbology.text = l_scanner.DecoderName(l_id)
| Copyright © 2004. Sybase Inc. All rights reserved. | 
 
 | 
|