Kurt Wendt wrote: > 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. > > > > A strange problem I am having is with the Focus. There will be just this > one Text box on the screen (where the user interactivity will occur) - > which must always receive the focus - so that the scanned codes will > automatically get inserted into this Text box.
Just a thought, because this has happened to me. Is it possible that when it's run on your buddie's machine, that it is the SCREEN that is not getting focus? I have this same problem with one of my programs. It opens full screen, and focus is supposed to go to first textbox. However, even though you can see the screen (it is window size max, so blocks all else) focus is ACTUALLY retained by whatever program was running when the program started. You start typing to log in, and realize that nothing is typing on the screen. Clicking the screen once sets focus properly, and it goes from there. I've never bothered to fix this particular program (it's on a "someday when I have time" list) because it doesn't really bother anyone, but I would probably start by putting always on top to true. Just an idea. _______________________________________________ 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/[email protected] ** 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.

