I have several Text Box, Combos and other controls on the form. I want the user to have the ability to move through all controls using Tab Key. Tab doesn't work on the Control with lowest TabIndex property. If I change TabIndex from 0 to 1 Tab works on this Control but stops to work on previous one which means that all other properties are good. If I set TabStop property of previous control to false, Control with TabIndex=1 stops to work. Everything was fine before, and I cannot find what I changed to break correct behavior of the Text Box. Using SetFocus doesn't solve the problem. The focus goes to the previous control when user pushes Tab button. Any ideas? I'm stuck with this stuppid problem. For me it looks like a bug. I've never met it before.
Thank you.
Vlad