TabIndex order - how does it work for groups?

Any success so far?

If you'd like you can contact me offline to discuss it in more detail. I
have struggled with this issue for a while.



Mike Tonoyan / Natel Engr.

Direct line: 818-734-6511

mtonoyan@...



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Karen Schoenung
Sent: Thursday, August 11, 2011 7:40 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: TabIndex order - how does it work for groups?





Some good ideas...I left TabIndexes as is, set those not needed to
false...First group box works, then goes directly to OK button (not in a
group box) - not sure what tabindex to make the OK button...Then tabs
back to Mtl and then will tab to second group box as we need...
So, I think the OK button is the main issue...I may try to play with the
on leave option.

From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of bw2868bond
Sent: Thursday, August 11, 2011 8:29 AM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Re: TabIndex order - how does it work for groups?

Don't know if this would work or not but make sure the group box is the
Tab Index in between the fields.... (and tab stop is false)

field TabIndex = 10
groupbox TabIndex = 11
field TabIndex = 12

Otherwise maybe get references to the 2 entry boxes and use the OnLeave
event of the first box to do .Focus() on the next....

--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>, Karen Schoenung <kschoenung@...>
wrote:
>
> Thanks Mike, yes that is the form we are working with too. We were
able to get close so far...We scan job (+tab), moves to Mtl, scan
Mtl(+tab), then user will have to click in qty to continue with the
other scans.
>
> From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com
<mailto:vantage%40yahoogroups.com> <mailto:vantage%40yahoogroups.com>]
On Behalf Of Mike Tonoyan
> Sent: Wednesday, August 10, 2011 12:03 PM
> To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
> Subject: RE: [Vantage] TabIndex order - how does it work for groups?
>
>
>
> I don't think you can control the tab order when moving from one group
> box to another. I spent more than a week trying to get it right for
> "Issue Material" screen. I wanted to implement a barcode system for
> issuing material using barcoded Job Pick Lists. Tech support told me
it
> was not possible to control it, unless I created a new form.
>
> Mike Tonoyan / Natel Engr.
>
> mtonoyan@...<mailto:mtonoyan%40natelengr.com>
>
> From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>] On
Behalf
> Of Karen Schoenung
> Sent: Wednesday, August 10, 2011 9:06 AM
> To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
> Subject: [Vantage] TabIndex order - how does it work for groups?
>
> I am trying to change the tab order of a form and there are two group
> boxes on the form...The tab goes through the correct order in the
first
> group box, but then goes to the OK button instead of cycling through
the
> second group box. I tried this by setting to Tab false for all buttons
> and text boxes that I do not want to tab to. What is the key to get to
> the second group box before the OK button?
> TIA
>
> __________________________________________________________
> Notice: This email transmission may contain confidential information
and is intended only for the person(s) named. Any use, copying or
disclosure to/by any other person(s) is strictly prohibited. By
accepting this information, recipients confirm that they understand and
will comply with all applicable ITAR and EAR requirements.
> __________________________________________________________
>
> [Non-text portions of this message have been removed]
>
>
>
> [Non-text portions of this message have been removed]
>

[Non-text portions of this message have been removed]




______________________________________________________________________
Notice: This email transmission may contain confidential information and is intended only for the person(s) named. Any use, copying or disclosure to/by any other person(s) is strictly prohibited. By accepting this information, recipients confirm that they understand and will comply with all applicable ITAR and EAR requirements.
______________________________________________________________________

[Non-text portions of this message have been removed]
I am trying to change the tab order of a form and there are two group boxes on the form...The tab goes through the correct order in the first group box, but then goes to the OK button instead of cycling through the second group box. I tried this by setting to Tab false for all buttons and text boxes that I do not want to tab to. What is the key to get to the second group box before the OK button?
TIA
I don't think you can control the tab order when moving from one group
box to another. I spent more than a week trying to get it right for
"Issue Material" screen. I wanted to implement a barcode system for
issuing material using barcoded Job Pick Lists. Tech support told me it
was not possible to control it, unless I created a new form.



Mike Tonoyan / Natel Engr.

mtonoyan@...



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Karen Schoenung
Sent: Wednesday, August 10, 2011 9:06 AM
To: vantage@yahoogroups.com
Subject: [Vantage] TabIndex order - how does it work for groups?





I am trying to change the tab order of a form and there are two group
boxes on the form...The tab goes through the correct order in the first
group box, but then goes to the OK button instead of cycling through the
second group box. I tried this by setting to Tab false for all buttons
and text boxes that I do not want to tab to. What is the key to get to
the second group box before the OK button?
TIA




______________________________________________________________________
Notice: This email transmission may contain confidential information and is intended only for the person(s) named. Any use, copying or disclosure to/by any other person(s) is strictly prohibited. By accepting this information, recipients confirm that they understand and will comply with all applicable ITAR and EAR requirements.
______________________________________________________________________

[Non-text portions of this message have been removed]
Thanks Mike, yes that is the form we are working with too. We were able to get close so far...We scan job (+tab), moves to Mtl, scan Mtl(+tab), then user will have to click in qty to continue with the other scans.

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Mike Tonoyan
Sent: Wednesday, August 10, 2011 12:03 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] TabIndex order - how does it work for groups?



I don't think you can control the tab order when moving from one group
box to another. I spent more than a week trying to get it right for
"Issue Material" screen. I wanted to implement a barcode system for
issuing material using barcoded Job Pick Lists. Tech support told me it
was not possible to control it, unless I created a new form.

Mike Tonoyan / Natel Engr.

mtonoyan@...<mailto:mtonoyan%40natelengr.com>

From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf
Of Karen Schoenung
Sent: Wednesday, August 10, 2011 9:06 AM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] TabIndex order - how does it work for groups?

I am trying to change the tab order of a form and there are two group
boxes on the form...The tab goes through the correct order in the first
group box, but then goes to the OK button instead of cycling through the
second group box. I tried this by setting to Tab false for all buttons
and text boxes that I do not want to tab to. What is the key to get to
the second group box before the OK button?
TIA

__________________________________________________________
Notice: This email transmission may contain confidential information and is intended only for the person(s) named. Any use, copying or disclosure to/by any other person(s) is strictly prohibited. By accepting this information, recipients confirm that they understand and will comply with all applicable ITAR and EAR requirements.
__________________________________________________________

[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]
Don't know if this would work or not but make sure the group box is the Tab Index in between the fields.... (and tab stop is false)

field TabIndex = 10
groupbox TabIndex = 11
field TabIndex = 12

Otherwise maybe get references to the 2 entry boxes and use the OnLeave event of the first box to do .Focus() on the next....

--- In vantage@yahoogroups.com, Karen Schoenung <kschoenung@...> wrote:
>
> Thanks Mike, yes that is the form we are working with too. We were able to get close so far...We scan job (+tab), moves to Mtl, scan Mtl(+tab), then user will have to click in qty to continue with the other scans.
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Mike Tonoyan
> Sent: Wednesday, August 10, 2011 12:03 PM
> To: vantage@yahoogroups.com
> Subject: RE: [Vantage] TabIndex order - how does it work for groups?
>
>
>
> I don't think you can control the tab order when moving from one group
> box to another. I spent more than a week trying to get it right for
> "Issue Material" screen. I wanted to implement a barcode system for
> issuing material using barcoded Job Pick Lists. Tech support told me it
> was not possible to control it, unless I created a new form.
>
> Mike Tonoyan / Natel Engr.
>
> mtonoyan@...<mailto:mtonoyan%40natelengr.com>
>
> From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf
> Of Karen Schoenung
> Sent: Wednesday, August 10, 2011 9:06 AM
> To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> Subject: [Vantage] TabIndex order - how does it work for groups?
>
> I am trying to change the tab order of a form and there are two group
> boxes on the form...The tab goes through the correct order in the first
> group box, but then goes to the OK button instead of cycling through the
> second group box. I tried this by setting to Tab false for all buttons
> and text boxes that I do not want to tab to. What is the key to get to
> the second group box before the OK button?
> TIA
>
> __________________________________________________________
> Notice: This email transmission may contain confidential information and is intended only for the person(s) named. Any use, copying or disclosure to/by any other person(s) is strictly prohibited. By accepting this information, recipients confirm that they understand and will comply with all applicable ITAR and EAR requirements.
> __________________________________________________________
>
> [Non-text portions of this message have been removed]
>
>
>
> [Non-text portions of this message have been removed]
>
Some good ideas...I left TabIndexes as is, set those not needed to false...First group box works, then goes directly to OK button (not in a group box) - not sure what tabindex to make the OK button...Then tabs back to Mtl and then will tab to second group box as we need...
So, I think the OK button is the main issue...I may try to play with the on leave option.

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of bw2868bond
Sent: Thursday, August 11, 2011 8:29 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: TabIndex order - how does it work for groups?



Don't know if this would work or not but make sure the group box is the Tab Index in between the fields.... (and tab stop is false)

field TabIndex = 10
groupbox TabIndex = 11
field TabIndex = 12

Otherwise maybe get references to the 2 entry boxes and use the OnLeave event of the first box to do .Focus() on the next....

--- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Karen Schoenung <kschoenung@...> wrote:
>
> Thanks Mike, yes that is the form we are working with too. We were able to get close so far...We scan job (+tab), moves to Mtl, scan Mtl(+tab), then user will have to click in qty to continue with the other scans.
>
> From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of Mike Tonoyan
> Sent: Wednesday, August 10, 2011 12:03 PM
> To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> Subject: RE: [Vantage] TabIndex order - how does it work for groups?
>
>
>
> I don't think you can control the tab order when moving from one group
> box to another. I spent more than a week trying to get it right for
> "Issue Material" screen. I wanted to implement a barcode system for
> issuing material using barcoded Job Pick Lists. Tech support told me it
> was not possible to control it, unless I created a new form.
>
> Mike Tonoyan / Natel Engr.
>
> mtonoyan@...<mailto:mtonoyan%40natelengr.com>
>
> From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>] On Behalf
> Of Karen Schoenung
> Sent: Wednesday, August 10, 2011 9:06 AM
> To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
> Subject: [Vantage] TabIndex order - how does it work for groups?
>
> I am trying to change the tab order of a form and there are two group
> boxes on the form...The tab goes through the correct order in the first
> group box, but then goes to the OK button instead of cycling through the
> second group box. I tried this by setting to Tab false for all buttons
> and text boxes that I do not want to tab to. What is the key to get to
> the second group box before the OK button?
> TIA
>
> __________________________________________________________
> Notice: This email transmission may contain confidential information and is intended only for the person(s) named. Any use, copying or disclosure to/by any other person(s) is strictly prohibited. By accepting this information, recipients confirm that they understand and will comply with all applicable ITAR and EAR requirements.
> __________________________________________________________
>
> [Non-text portions of this message have been removed]
>
>
>
> [Non-text portions of this message have been removed]
>



[Non-text portions of this message have been removed]