![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
I am creating a server control that I would like to use three drop down combo boxes (for a date, month/day/year). How can I use tabindex to treat the three combo boxes as one control? Thanks, Charles |
#2
| |||
| |||
|
|
the way i would suggest is set the first combo to the value set by the user in designer. the second and third will be incremental values. since they are 3 different items when rendered i think this is how it should be. -- Regards, Hermit Dave (http://hdave.blogspot.com) "Charles" <Charles (AT) discussions (DOT) microsoft.com> wrote in message news:6B5FC3BA-ECB4-401B-B54A-06DCEF95A550 (AT) microsoft (DOT) com... I am creating a server control that I would like to use three drop down combo boxes (for a date, month/day/year). How can I use tabindex to treat the three combo boxes as one control? Thanks, Charles |
#3
| |||
| |||
|
|
the way i would suggest is set the first combo to the value set by the user in designer. the second and third will be incremental values. since they are 3 different items when rendered i think this is how it should be. -- Regards, Hermit Dave (http://hdave.blogspot.com) "Charles" <Charles (AT) discussions (DOT) microsoft.com> wrote in message news:6B5FC3BA-ECB4-401B-B54A-06DCEF95A550 (AT) microsoft (DOT) com... I am creating a server control that I would like to use three drop down combo boxes (for a date, month/day/year). How can I use tabindex to treat the three combo boxes as one control? Thanks, Charles |
#4
| |||
| |||
|
|
I did do what you have suggested, that did not work out. The first dropdownlist does get the tabindex correct, the second one is last of the rest of the controls on the tabindex list. Thanks! Charles "Hermit Dave" wrote: the way i would suggest is set the first combo to the value set by the user in designer. the second and third will be incremental values. since they are 3 different items when rendered i think this is how it should be. -- Regards, Hermit Dave (http://hdave.blogspot.com) "Charles" <Charles (AT) discussions (DOT) microsoft.com> wrote in message news:6B5FC3BA-ECB4-401B-B54A-06DCEF95A550 (AT) microsoft (DOT) com... I am creating a server control that I would like to use three drop down combo boxes (for a date, month/day/year). How can I use tabindex to treat the three combo boxes as one control? Thanks, Charles |
#5
| |||
| |||
|
|
what happens say if you assigned TabIndex in this way Control1 - TabIndex = 1 Control2 - TabIndex = 2 Control3 - TabIndex = 3 Control4 - TabIndex = 4 (This is my own server control) Control5 - TabIndex = 7 Control6 - TabIndex = 8 -- Regards, Hermit Dave (http://hdave.blogspot.com) "Charles" <Charles (AT) discussions (DOT) microsoft.com> wrote in message news:5B0434CB-ED86-4D26-A8D9-51833A0BE999 (AT) microsoft (DOT) com... I did do what you have suggested, that did not work out. The first dropdownlist does get the tabindex correct, the second one is last of the rest of the controls on the tabindex list. Thanks! Charles "Hermit Dave" wrote: the way i would suggest is set the first combo to the value set by the user in designer. the second and third will be incremental values. since they are 3 different items when rendered i think this is how it should be. -- Regards, Hermit Dave (http://hdave.blogspot.com) "Charles" <Charles (AT) discussions (DOT) microsoft.com> wrote in message news:6B5FC3BA-ECB4-401B-B54A-06DCEF95A550 (AT) microsoft (DOT) com... I am creating a server control that I would like to use three drop down combo boxes (for a date, month/day/year). How can I use tabindex to treat the three combo boxes as one control? Thanks, Charles |
#6
| |||
| |||
|
|
Yeah, that should work. I was trying to be picky and make it work the way that I described, however, I guess this would have to work for now. Thanks, Charles "Hermit Dave" wrote: what happens say if you assigned TabIndex in this way Control1 - TabIndex = 1 Control2 - TabIndex = 2 Control3 - TabIndex = 3 Control4 - TabIndex = 4 (This is my own server control) Control5 - TabIndex = 7 Control6 - TabIndex = 8 -- Regards, Hermit Dave (http://hdave.blogspot.com) "Charles" <Charles (AT) discussions (DOT) microsoft.com> wrote in message news:5B0434CB-ED86-4D26-A8D9-51833A0BE999 (AT) microsoft (DOT) com... I did do what you have suggested, that did not work out. The first dropdownlist does get the tabindex correct, the second one is last of the rest of the controls on the tabindex list. Thanks! Charles "Hermit Dave" wrote: the way i would suggest is set the first combo to the value set by the user in designer. the second and third will be incremental values. since they are 3 different items when rendered i think this is how it should be. -- Regards, Hermit Dave (http://hdave.blogspot.com) "Charles" <Charles (AT) discussions (DOT) microsoft.com> wrote in message news:6B5FC3BA-ECB4-401B-B54A-06DCEF95A550 (AT) microsoft (DOT) com... I am creating a server control that I would like to use three drop down combo boxes (for a date, month/day/year). How can I use tabindex to treat the three combo boxes as one control? Thanks, Charles |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |