Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Should I use barcodes?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00823608
Message ID:
00824075
Views:
18
>Hi Roman,
>
>The barcode scanner should come with the software (driver, etc). The input from scanner is treated just as input from the keyboard, so the scanned number will just appear in your textbox.
>
>I don't know all the details about your data and input scenario, but as an example, you do not really have to input the scanned barcodes into actual grid rows textboxes. Depending on your scenario, you could add one textbox for the input and write the code in the textbox methods (.Valid(), .LostFocus()), that will handle adding the records into the table and showing them in the grid.
>

Thanks very much for your answer.

Here is another question:

Do you think that the KEYPRESS and INTERACTIVECHANGE events will fire when the device read the code and put the values int the textbox? I guess it does
but not sure about it.

I need it to work that way, cuz I want to make the process as automatic as possible.

TIA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform