TextBox Focus

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am not able to take the focus out of the textBox using any keyEvents. Is there a way that this can be done?
 
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?
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.
 
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?
 
Back
Top