I have a form with a Tab control containing several fields. I have created a SetFocus statement for the "on click" property of each tab. If I click through the tabs in "forward" order (i.e. Left to Right) the SetFocus is exactly where I want it to be.
However, if I click through the tabs in "reverse" order (i.e. Right to Left) the focus is set to a different field.....and I want it to be on the same one as before.
Do I need an additional Setfocus statement for each tab? If so, where do I place it? Or is the solution something completely different?
However, if I click through the tabs in "reverse" order (i.e. Right to Left) the focus is set to a different field.....and I want it to be on the same one as before.
Do I need an additional Setfocus statement for each tab? If so, where do I place it? Or is the solution something completely different?