CHeighlund
Programmer
In a project I'm working on, I have a set of thirteen components with tabstop set to true. Of these components, ten of them are on a panel; the other three are set directly on the form.
I need to be able to set the tab order properties in a logical order on my screen. Also, to avoid a recently-discovered in-program error, I need to be able to set one of the items on the panel as the absolute last item in the order. (It was formerly first, but this caused a loss of data when re-entering the form, due to an associated onexit event.)
My logical values for the tab order would be order my items as 0 - 12. However, any time I attempt to give my last item listing a value of twelve (or higher!), it automatically reverts to a tab order value of eleven. (I already have another component set to tab order = 11; apparently it has no problem showing both of them.) Does anyone know what might be causing this, and where I should be looking in order to set the value correctly?
Please note: I have other items with the 'tab order' property, but all of those but two are invisible (and those two will join them once testing is over), and none of the others has tabstop = true. Could this still be affecting the tab order for my defined components?
I need to be able to set the tab order properties in a logical order on my screen. Also, to avoid a recently-discovered in-program error, I need to be able to set one of the items on the panel as the absolute last item in the order. (It was formerly first, but this caused a loss of data when re-entering the form, due to an associated onexit event.)
My logical values for the tab order would be order my items as 0 - 12. However, any time I attempt to give my last item listing a value of twelve (or higher!), it automatically reverts to a tab order value of eleven. (I already have another component set to tab order = 11; apparently it has no problem showing both of them.) Does anyone know what might be causing this, and where I should be looking in order to set the value correctly?
Please note: I have other items with the 'tab order' property, but all of those but two are invisible (and those two will join them once testing is over), and none of the others has tabstop = true. Could this still be affecting the tab order for my defined components?