I have a form on which data is entered into a control with a simple barcode scan - basically you scan a label and it enters six characters onto the control.
My problem is that after you scan, it sits there with the six characters entered until you press [Enter] on the keyboard. What I would like to do is to eliminate the need for a keypress. How do I make the control exit after the characters are scanned?
I thought something like 'On change' or 'On dirty' and check for six characters? Any ideas? (I can't change the label format).
Robert
My problem is that after you scan, it sits there with the six characters entered until you press [Enter] on the keyboard. What I would like to do is to eliminate the need for a keypress. How do I make the control exit after the characters are scanned?
I thought something like 'On change' or 'On dirty' and check for six characters? Any ideas? (I can't change the label format).
Robert