tabbing to textboxes in multipage tab control

D

Dale Fye

I have a tab control on a data entry form. As I tab through the controls at
the top of the form, it eventually gets to the tab control, and sets the
focus on the first textbox on page zero of the tab control. When the user
completes the data entry in that text box and hits enter or tab, I want the
focus to go to the textbox on page 1 of the tab control, but it skips pages 1
and 2 and goes to the next text box following the tab control. I have
checked, and each of these subsequent text boxes are setup with their TabStop
properties set to True.

Anybody know how to implement this?

Thanks in advance.
 

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