BarcodeScanner objects
Specifies the time of the most recent scan after a RetrieveData call.
The ScannedTimeStamp property is a datetime datatype.
The following example retrieves the timestamp from a single bar code scan:
Integer l_iret
l_iret = l_scanner.Open()
l_iret = l_scanner.ScanWait( 30 )
l_iret = l_scanner.RetrieveData()
sl_data.text = l_scanner.ScannedData
sl_time.text = String (l_scanner.ScannedTimeStamp)
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |