Kurt Wendt wrote on 2010-10-06: > I am working on this small Utility/Project for one of our clients - > which will be used at a Warehouse. Almost ALL user interactions will be > done via a BarCode scanner. They will be scanning UCC barcodes on boxes > - and then the UPC barcodes for the contents within the boxes. > > I even included a SetFocus command for the TextBox within the Activate > Method of the Form - but, that still does NOT solve the problem! > >
Kurt, If the textbox is not enabled, which can happen when the controlsource is a readonly field in a cursor, you might get this behavior. Make sure the textbox is the lowest number in the tab order of the parent container. Make sure it's parent container (if not the form directly) is also the lowest number. Where's the Read Events command? Sometimes this can take focus off the form. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/000d01cb656e$a7163710$f542a5...@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

