Tabbed Control Focus

J

John

Hi,
when the last textbox on my form loses focus, how can I make the next page
in my tabbed control get focus and open the next page?

Regards

John
 
G

Guest

Use the Lost Focus event to set the focus to the first control on the next
page.
The only problem you will have is that even if a user tries to go do a
different control on the current page from the last control, it is going to
put the focus based on the Lost Focus event firing.
 
J

John

Thanks
for your help,
Regards

John

Klatuu said:
Use the Lost Focus event to set the focus to the first control on the next
page.
The only problem you will have is that even if a user tries to go do a
different control on the current page from the last control, it is going
to
put the focus based on the Lost Focus event firing.
 

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

Top