Tabbed Control Focus

  • Thread starter Thread starter John
  • Start date Start date
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
 
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.
 
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.
 
Back
Top