473,387 Members | 1,420 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Barcode Scanning - is barcode scanned or typed?

3
Hi there
We have mobile apps that scan barcodes. We use the PSION Teklogix Scanners.

I need a way to determine if a barcode was scanned or if the user manually typed the barcode in?

Any Ideas?

Regards
Avesh
Oct 20 '08 #1
5 2081
markmcgookin
648 Expert 512MB
I have never used those scanners myself, but if there is no way with the data to tell, you could easily catch the event of the user typing something and flag that for the data being input manually. Or having them have to hit a button "Enter Code" that would flag this up for you...

Just a thought.

Mark
Oct 20 '08 #2
aveshn
3
yeah i though about letting the user hit "F1 = enter manually" or "F9 = scan" but thats just not the "right way" of doing things.
Oct 20 '08 #3
markmcgookin
648 Expert 512MB
yeah i though about letting the user hit "F1 = enter manually" or "F9 = scan" but thats just not the "right way" of doing things.
Right way schmight way.... if it ain't broke don't fix it.

I think it would be perfectly valid to catch either the event of your scanner being used or the user's text entry to check if a valid bar code has been put in... a simple bool "switch" would work. So set it to true then if the user enters text set it to false.

Some solutions aren't worth the hassle of a complex algorithm when a simple work around will do the job 100%
Oct 21 '08 #4
aveshn
3
i found the solution and it was pretty simple in the end.
the dll had all the necessary events that i needed, in particular the ScannerTriggerEvent, so when the trigger on scanner was pressed i simply set a variable in the ScannerTriggerEvent.
Oct 22 '08 #5
markmcgookin
648 Expert 512MB
i found the solution and it was pretty simple in the end.
the dll had all the necessary events that i needed, in particular the ScannerTriggerEvent, so when the trigger on scanner was pressed i simply set a variable in the ScannerTriggerEvent.
Excellent, glad you got it sorted!
Oct 23 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

21
by: CHANGE username to westes | last post by:
What are the most popular, and well supported, libraries of drivers for bar code scanners that include a Visual Basic and C/C++ API? My requirements are: - Must allow an application to be...
8
by: DS | last post by:
Does anyone know anything about barcodes in Access. I don't want to create them in Access. I merely want to scan whats already been created. I need to scan Liquor bottles. I have the scanner...
4
by: teddysnips | last post by:
My clients want their employees to log in by scanning a barcode on their passes. I've set up a web page with a text box to capture the scanned barcode. Two questions. 1. Can anyone think of...
1
by: Bruce D | last post by:
I'm researching a VB .NET project that will have two functions: 1 - scan images using TWAIN drivers of scanner 2 - read barcode of that scanned image I've been researching many companies and was...
6
by: Samuel Shulman | last post by:
I would like to add barcode functionality to my POS program How does one attach barcode reader is it usually USB port How can the program get the data read by the device Thank you, Samuel
4
by: djbaker | last post by:
Greetings, I would like to integrate a barcode scanner into the current project I am working on. I have been looking around teh web and with the exception of embeded devices I cannot find many...
2
by: nmrpa91290 | last post by:
Hi, I am in the design phase of building a database that will track the productivity of my warehouse. I am thinking of using a barcode scanner to assist me with this. Employees will hopefully...
7
by: jim | last post by:
I need to have 2 simple barcode reader applications finished by midnight tonight. I have never written any barcode reader software and need any help that you may be able to offer. I do not know...
2
by: phill86 | last post by:
Hi, I want to scan a barcode into a combobox and then set the focus to next combobox as soon as the first barcode has been scanned I am using the following code on the on change event in CboBox1 ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.