I am testing portions of my app and found an unexpected problem. I have code in the change events among others. If I make all my selections using the mouse, all my events fire as expected. If I tab through and make my selection using the keyboard, then tab out to the next combo box, the events are not firing.
For example, if cboBox1 = 2, make txtBox1 visible, else leave it invisible. When I tab into cboBox 1 and make a keyboard selection of 2, the Change event code does not fire and make txtBox1 visible.
How do I correct this since most of my users will be using the tab key and keyboard since it is faster?
For example, if cboBox1 = 2, make txtBox1 visible, else leave it invisible. When I tab into cboBox 1 and make a keyboard selection of 2, the Change event code does not fire and make txtBox1 visible.
How do I correct this since most of my users will be using the tab key and keyboard since it is faster?