Hi All,
For example, a form with one text box and one combo box and two command buttons.
In the lostfocus of the text box, it will activate (pull down) the combo box automatically and allow user select from the list. But in fact, the combo box should not be activated if command button A clicked.
So in this case, how could I detect the command button A clicked in the lostfocus of the text box.
Many thanks.
For example, a form with one text box and one combo box and two command buttons.
In the lostfocus of the text box, it will activate (pull down) the combo box automatically and allow user select from the list. But in fact, the combo box should not be activated if command button A clicked.
So in this case, how could I detect the command button A clicked in the lostfocus of the text box.
Many thanks.