G Guest May 19, 2004 #1 I am not able to take the focus out of the textBox using any keyEvents. Is there a way that this can be done?
I am not able to take the focus out of the textBox using any keyEvents. Is there a way that this can be done?
J JOhnC May 19, 2004 #2 Spencer said: I am not able to take the focus out of the textBox using any keyEvents. Is there a way that this can be done? Click to expand... I don't know about keyevents but I always accomplish this by setting focus elsewhere, i.e. if there is a button then setfocus to it.
Spencer said: I am not able to take the focus out of the textBox using any keyEvents. Is there a way that this can be done? Click to expand... I don't know about keyevents but I always accomplish this by setting focus elsewhere, i.e. if there is a button then setfocus to it.
P Paul G. Tobey [eMVP] May 19, 2004 #3 SP2 allows you to Tab from control to control on a form, if that's what you're asking... Paul T. Is there a way that this can be done?
SP2 allows you to Tab from control to control on a form, if that's what you're asking... Paul T. Is there a way that this can be done?