C
Conan Kelly
Is there a way to determine the [TAB] direction (whether you are pressing
the [TAB] key to move forward through the fields on a form or [SHIFT] +
[TAB] to move backward through the fields)?
I have a hidden bound (to a field) control that is in the same spot the
"Category ID" field. When I "Category ID" loses focus, it becomes hidden
along with the next field, the hidden field becomes visible and gets the
focus. When the hidden field (now visible) loses focus, it is once again
hidden, the other two become visible again, and the second one gets the
focus.
The problem is that if I'm moving backward through the fields ([SHIFT] +
[TAB]), I go from the second visible field to the first visible field then
to the hidden field and then back to the second visible field. The only way
around this is to reach all the way over to the evil mouse and click.
I would like to be able to bypass the code that hides the visible
fields/makes visible the hidden field if I'm moving backward ([SHIFT] +
[TAB]) through the form.
Thanks for any help anyone can provide,
Conan Kelly
the [TAB] key to move forward through the fields on a form or [SHIFT] +
[TAB] to move backward through the fields)?
I have a hidden bound (to a field) control that is in the same spot the
"Category ID" field. When I "Category ID" loses focus, it becomes hidden
along with the next field, the hidden field becomes visible and gets the
focus. When the hidden field (now visible) loses focus, it is once again
hidden, the other two become visible again, and the second one gets the
focus.
The problem is that if I'm moving backward through the fields ([SHIFT] +
[TAB]), I go from the second visible field to the first visible field then
to the hidden field and then back to the second visible field. The only way
around this is to reach all the way over to the evil mouse and click.
I would like to be able to bypass the code that hides the visible
fields/makes visible the hidden field if I'm moving backward ([SHIFT] +
[TAB]) through the form.
Thanks for any help anyone can provide,
Conan Kelly