WellsCarrie
Well-known member
We have a third party window app used by our sorter in distribution.
The users are to type an order Number in the primary text box and then push enter. The app will load and display a label document with order data and ask the user if they wish to print.
Everything works great except that when it finishes printing it does not return focus to the primary text box. Causing our uses to have to change focus to the text box themselves before typing a new order number. This is a big deal since the old system returned focus to the input field. Meaning our users only had to type a five digit number and push enter twice.
I know how to attach to a currently running process. But how do I send the "textbox.focus = True" command? Is that even possible?
The users are to type an order Number in the primary text box and then push enter. The app will load and display a label document with order data and ask the user if they wish to print.
Everything works great except that when it finishes printing it does not return focus to the primary text box. Causing our uses to have to change focus to the text box themselves before typing a new order number. This is a big deal since the old system returned focus to the input field. Meaning our users only had to type a five digit number and push enter twice.
I know how to attach to a currently running process. But how do I send the "textbox.focus = True" command? Is that even possible?