tab back to main form

P

Phil

I hope someone can help with this.

I have tried to set up the form so as i can tab through all the fields. the
form has 5 field s at the start and then tabs into a tabcontrol. with help
from Rick Brandt the tab now tabs through all the fields and pages in the tab
control in the correct order.

this is where my problem begins, instead of returning to the main form and
tabbing through the remaining field it get stuck in a loop tabbing through
the tabcontrol pages continuously.

can anybody help. thanks in advance for any help

Phil
 
A

Allen Browne

Phil, do yourself a favor, and create some hotkeys that let you jump
straight to a particular control.

All you need to do is include an ampersand in the label attached to a
control. When you press Alt + the hot key, you jump to that control.

For example, if the main form has a control named Surname, and you set the
Caption of its attached label to:
&Surname
you can jump there with Alt+S.
The underlined S is the visual indicator.
 

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