Tab order problem

  • Thread starter Thread starter M.M Ansari
  • Start date Start date
M

M.M Ansari

Hi all;

I m facing problem in setting tab order . I have to group boxes GB1 and GB2.
GB1 has two text boxes T1 and T3. GB2 has two text boxes T2 and T4. I want
that tab movement should be T1, T2, T3 and T4 repectively... how can i do
that..
Even though I have set the tab index in that order but not getting proper
result....

Any suggestion?

Thanks in advance..


Ansari
 
Hi sooraj;

I have tried your solution but the tab order is still T1, T3, T2, T4... :(
but I needs tab movement T1, T3, T2, T4 in this order...


Sooraj PM said:
Hi

Select the View Menu - Tab menu item. If the Designer window shows the tab
order like following, then your tab order should work properly
 
H

Select the View Menu - Tab menu item. If the Designer window shows the tab order like following, then your tab order should work properl

GB1 - Taborder
T1 - Taborder 0.
T3 - Taborder 0.
GB2-Taborder
T2 - Taborder 1.
T4-Taborder 1.

Regard

Sooraj P
Microsoft India Community Star
 
Hi Ansar

The tab movement will be in the following order only
0,0.1,0.2,1,1.1,1.2.

Check whether you had given TabStop Property value true for all the textboxes. I dont find any other problems

Soora
Microsoft India Community Sta
 
Back
Top