Hi
I have a textbox which is accepting barcode scans. I want the textbox to accept x number of scans before some other code is executed. How do I keep the focus on the text box after it has accepted a scan? I tried using the setfocus method in the text box's afterupdate event but that doesn't seem to work.
I have a textbox which is accepting barcode scans. I want the textbox to accept x number of scans before some other code is executed. How do I keep the focus on the text box after it has accepted a scan? I tried using the setfocus method in the text box's afterupdate event but that doesn't seem to work.