Accelerator keys

  • Thread starter Thread starter Albert Browne
  • Start date Start date
A

Albert Browne

Hi,

I have a number of text boxes on a form each has a label. I can add an
accelerator key to the label but can't see how to get this key to set focus
to the text box. Can I bind the label to the text box so that the key sets
focus to the text box?

Thanks,

Albert
 
Ensure the tab index of the label with the accelerator is one before that of
the "linked" textbox. See Tab order in the View menu.

Regards,
Peter T
 
Back
Top