Hello...I am not sure if there is a good way to do this...
I have a textbox that I want to become disabled and locked if the user Exits the control without entering any data. The problem is that I have to set the focus to another control on the form before I can lock and disable to the textbox...I understand this.
However, setting the focus to just some other control is not very user friendly if the user is using the mouse to jump to some other specific control on the form...
It is possible to capture the name of the "intended" control and set the focus there before locking and disabling the textbox they are exiting?
I hope this makes sense.
Thanks.
I have a textbox that I want to become disabled and locked if the user Exits the control without entering any data. The problem is that I have to set the focus to another control on the form before I can lock and disable to the textbox...I understand this.
However, setting the focus to just some other control is not very user friendly if the user is using the mouse to jump to some other specific control on the form...
It is possible to capture the name of the "intended" control and set the focus there before locking and disabling the textbox they are exiting?
I hope this makes sense.
Thanks.