![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Problem with TabOrder in VB6
Hello,
I am working on an app written in VB6. I try to set the tab-order properties of the controls embedded in a form on the following way : (the form is a login form, with one text zone for user name and one text zone for password, and two buttons (OK and Cancel)) - txtUserName TabIndex = 0, TabStop = true - txtPasswordValue TabIndex = 1, TabStop = true - btnOK TabIndex = 2, TabStop = true - btnCancel TabIndex = 3, TabStop = true But when I run the programme, and use the form, the tabOrder goes to : txtUserName btnOK btnCancel txtPasswordValue So my question is how to set correctly the tabOrder in my form. FYI, when I try to use the "Tabulation Assistant" included in VB6, I notice that I get a yellow triangle with an exclamation mark next to each control of the form (indicating an error). Can that explain why the TabOrder does not work properly ? What kind of errors are there in the controls then ? Thank you ! |
|
|||
|
Re: Problem with TabOrder in VB6
WonderMan <none@none.com>'s wild thoughts were released on
Tue, 18 Mar 2008 10:43:31 +0100 bearing the following fruit: >Hello, Please don't multipost. J >I am working on an app written in VB6. >I try to set the tab-order properties of the controls embedded in a >form on the following way : (the form is a login form, with one text >zone for user name and one text zone for password, and two buttons (OK >and Cancel)) > >- txtUserName TabIndex = 0, TabStop = true >- txtPasswordValue TabIndex = 1, TabStop = true >- btnOK TabIndex = 2, TabStop = true >- btnCancel TabIndex = 3, TabStop = true > >But when I run the programme, and use the form, the tabOrder goes to : > >txtUserName >btnOK >btnCancel >txtPasswordValue > >So my question is how to set correctly the tabOrder in my form. > >FYI, when I try to use the "Tabulation Assistant" included in VB6, I >notice that I get a yellow triangle with an exclamation mark next to >each control of the form (indicating an error). Can that explain why >the TabOrder does not work properly ? What kind of errors are there in >the controls then ? > >Thank you ! > -- Jan Hyde https://mvp.support.microsoft.com/profile/Jan.Hyde |
|
|||
|
Re: Problem with TabOrder in VB6
WonderMan <none@none.com>'s wild thoughts were released on
Tue, 18 Mar 2008 10:43:31 +0100 bearing the following fruit: >Hello, Please don't multipost. J >I am working on an app written in VB6. >I try to set the tab-order properties of the controls embedded in a >form on the following way : (the form is a login form, with one text >zone for user name and one text zone for password, and two buttons (OK >and Cancel)) > >- txtUserName TabIndex = 0, TabStop = true >- txtPasswordValue TabIndex = 1, TabStop = true >- btnOK TabIndex = 2, TabStop = true >- btnCancel TabIndex = 3, TabStop = true > >But when I run the programme, and use the form, the tabOrder goes to : > >txtUserName >btnOK >btnCancel >txtPasswordValue > >So my question is how to set correctly the tabOrder in my form. > >FYI, when I try to use the "Tabulation Assistant" included in VB6, I >notice that I get a yellow triangle with an exclamation mark next to >each control of the form (indicating an error). Can that explain why >the TabOrder does not work properly ? What kind of errors are there in >the controls then ? > >Thank you ! > -- Jan Hyde https://mvp.support.microsoft.com/profile/Jan.Hyde |
|
|||
|
Re: Problem with TabOrder in VB6
WonderMan <none@none.com>'s wild thoughts were released on
Tue, 18 Mar 2008 10:43:31 +0100 bearing the following fruit: >Hello, Please don't multipost. J >I am working on an app written in VB6. >I try to set the tab-order properties of the controls embedded in a >form on the following way : (the form is a login form, with one text >zone for user name and one text zone for password, and two buttons (OK >and Cancel)) > >- txtUserName TabIndex = 0, TabStop = true >- txtPasswordValue TabIndex = 1, TabStop = true >- btnOK TabIndex = 2, TabStop = true >- btnCancel TabIndex = 3, TabStop = true > >But when I run the programme, and use the form, the tabOrder goes to : > >txtUserName >btnOK >btnCancel >txtPasswordValue > >So my question is how to set correctly the tabOrder in my form. > >FYI, when I try to use the "Tabulation Assistant" included in VB6, I >notice that I get a yellow triangle with an exclamation mark next to >each control of the form (indicating an error). Can that explain why >the TabOrder does not work properly ? What kind of errors are there in >the controls then ? > >Thank you ! > -- Jan Hyde https://mvp.support.microsoft.com/profile/Jan.Hyde |
|
|||
|
Re: Problem with TabOrder in VB6
WonderMan <none@none.com>'s wild thoughts were released on
Tue, 18 Mar 2008 10:43:31 +0100 bearing the following fruit: >Hello, Please don't multipost. J >I am working on an app written in VB6. >I try to set the tab-order properties of the controls embedded in a >form on the following way : (the form is a login form, with one text >zone for user name and one text zone for password, and two buttons (OK >and Cancel)) > >- txtUserName TabIndex = 0, TabStop = true >- txtPasswordValue TabIndex = 1, TabStop = true >- btnOK TabIndex = 2, TabStop = true >- btnCancel TabIndex = 3, TabStop = true > >But when I run the programme, and use the form, the tabOrder goes to : > >txtUserName >btnOK >btnCancel >txtPasswordValue > >So my question is how to set correctly the tabOrder in my form. > >FYI, when I try to use the "Tabulation Assistant" included in VB6, I >notice that I get a yellow triangle with an exclamation mark next to >each control of the form (indicating an error). Can that explain why >the TabOrder does not work properly ? What kind of errors are there in >the controls then ? > >Thank you ! > -- Jan Hyde https://mvp.support.microsoft.com/profile/Jan.Hyde |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|