D
dbuchanan
I have discovered that setting tab order of controls is not as simple
as it first appears.
I am inheriting a base class for several of my forms.
I have two different base class forms. They inherit tab order
differently. In one case the base class tab order is marked read only
when the form is in tab order edit mode. It looks like this [5 - Read
Only]. On other forms the base class tabs are no different from the
derived class tab numbers.
However, here is the problem: I cannot control tab order. I am
frustrated.
Description:
Yes the form follows the tab numbers, but there are two sets of tab
numbers. One set of numbers from the base class form and the other set
of numbers from the derived class form. The tab sequence therefore
alternates back and forth between the two sets of numbers. Therefore I
have no control of the tab order.
What do I do to get the tab order I want?
Help?
Thank you,
Doug
as it first appears.
I am inheriting a base class for several of my forms.
I have two different base class forms. They inherit tab order
differently. In one case the base class tab order is marked read only
when the form is in tab order edit mode. It looks like this [5 - Read
Only]. On other forms the base class tabs are no different from the
derived class tab numbers.
However, here is the problem: I cannot control tab order. I am
frustrated.
Description:
Yes the form follows the tab numbers, but there are two sets of tab
numbers. One set of numbers from the base class form and the other set
of numbers from the derived class form. The tab sequence therefore
alternates back and forth between the two sets of numbers. Therefore I
have no control of the tab order.
What do I do to get the tab order I want?
Help?
Thank you,
Doug