I have a form with many controls that are grouped in group boxes and panels. For example, a group box that contains panels that contain text boxes. The first group box contains text boxes and, during run time, the tab appears to operate in the order of the tab index. It then tabs to a text box in the second group box. When an entry is made in this text box and I press tab, the content of the text box is validated and, if correct, the next text box obtains focus. This text box is in a panel in the same group box. When leaving this text box the tab index does not work. It actually gives focus to a radio button that has tabstop set to false. All of the text boxes have sequential tab index numbers. How are tab indexes set when tabbing through containers and controls? I have tried using the tab order option in the layout menu but there are too many overlapping numbers to make any sense. I hope this question makes sense.
Thanks, Peter
Thanks, Peter