TabOrder problem

  • Thread starter Thread starter Terrell Miller
  • Start date Start date
T

Terrell Miller

Got a form with a multipage Tab control. Trying to set the
tab order for teh controls on the first page. Every time I
try to reset them (either individually or through the Tab
Order wizard), the changes don't work and the tab order is
bizarre, almost random.

How do you absotively posilutely change the tab order in
this case?

TIA,
 
Terrell,
A common problem... Use the TabOrder Wizard.
Make sure you have the particular Tab "selected" before trying to set the
TabOrder.
Say you have a Tab called CustomerInfo. When you select that Tab in
Design Mode, and then select TabOrder, you should only see those fields in
the Tab Order Dialog box.
Repeat this process for all your Tabs. Also, make sure the focus is on
the MainForm when setting up the TabOrder for it too.
 
-----Original Message-----
Terrell,
A common problem... Use the TabOrder Wizard.
Make sure you have the particular Tab "selected" before trying to set the
TabOrder.

Thanks Al, that was the problem and you've been a huge
help!

Take care,
 
Back
Top