ScannedSymbology  ScannerType

Chapter 3: Property Descriptions and Usage

ScannedTimeStamp

Applies to

BarcodeScanner objects

Description

Specifies the time of the most recent scan after a RetrieveData call.

Usage

The ScannedTimeStamp property is a datetime datatype.

Examples

Example 1

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. ScannerType

View this book as PDF