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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top