Hi nav ppl
here what I am dealing with...
I am working with barcode scanner to simplify importing of serial numbers.
Everything is going fine except going to next line. What I mean is, I use the scanner, got the Serial No., auto add quantity, but I can't find out how to go to the next line without pressing ENTER. Everything is automatic except that new line... :-k
any help?
0
Answers
There is another property called NextControl - Set it to itself (Id#)
If the serial #'s all all the same length then Change Property MaxLength to the serial # length.
Now there are combinations that you might use - for example we use these properties to auto enter our item numbers and Nextcontrol over to the qty field so we can enter the qty. Then we hae the nextcontrol pop back to the item # field so the process can continue.
http://www.BiloBeauty.com
http://www.autismspeaks.org
You usually configure them by scanning something from the booklet that allows the scanner to autoenter after each scan.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
http://www.BiloBeauty.com
http://www.autismspeaks.org
not really. I usually ask the user to hide the other columns and he can start scanning.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
http://www.BiloBeauty.com
http://www.autismspeaks.org
Those properties AutoEnter and NextControl solved my problem.
thanks again