473,473 Members | 1,782 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Selection in a combobox

Hi,

I have some comboboxes in my DB, that has a big list of possible
choices.

I Want that the user could use the keyboard to "navigate" along the
list... for example: if i use the key A, in spite of writting the
letter AAA... it will choose the diferent options that begins by the
letter "A", how can i do this?

Thanx!

JECaldeira

Jun 15 '06 #1
7 1225
On 15 Jun 2006 10:39:44 -0700, eg*************@gmail.com wrote:
Hi,

I have some comboboxes in my DB, that has a big list of possible
choices.

I Want that the user could use the keyboard to "navigate" along the
list... for example: if i use the key A, in spite of writting the
letter AAA... it will choose the diferent options that begins by the
letter "A", how can i do this?

Thanx!

JECaldeira


Set the combo box AutoExpand property to Yes.
Each additional letter entered will further narrow down the list.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Jun 15 '06 #2

fredg wrote:
On 15 Jun 2006 10:39:44 -0700, eg*************@gmail.com wrote:
Hi,

I have some comboboxes in my DB, that has a big list of possible
choices.

I Want that the user could use the keyboard to "navigate" along the
list... for example: if i use the key A, in spite of writting the
letter AAA... it will choose the diferent options that begins by the
letter "A", how can i do this?

Thanx!

JECaldeira


Set the combo box AutoExpand property to Yes.
Each additional letter entered will further narrow down the list.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail


It doesn't work :(

The AutoExpand property is already set to Yes (And i have tried with No
too)...

What happens is that if the user click 2 times the letter A it appear
"aa", and how i don't have any row with beginnig aa, it don't appear
anything.

What i want is, i have for example:

customer
client
capa
courting
cluster

if i click one time in "c" it goes to customer, but if i click the 2nd
time it will go to client... and so long... in spite of appear in the
combo cccc

Jun 15 '06 #3

fredg wrote:
On 15 Jun 2006 10:39:44 -0700, eg*************@gmail.com wrote:
Hi,

I have some comboboxes in my DB, that has a big list of possible
choices.

I Want that the user could use the keyboard to "navigate" along the
list... for example: if i use the key A, in spite of writting the
letter AAA... it will choose the diferent options that begins by the
letter "A", how can i do this?

Thanx!

JECaldeira


Set the combo box AutoExpand property to Yes.
Each additional letter entered will further narrow down the list.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail


It doesn't work :(

The AutoExpand property is already set to Yes (And i have tried with No
too)...

What happens is that if the user click 2 times the letter A it appear
"aa", and how i don't have any row with beginnig aa, it don't appear
anything.

What i want is, i have for example:

customer
client
capa
courting
cluster

if i click one time in "c" it goes to customer, but if i click the 2nd
time it will go to client... and so long... in spite of appear in the
combo cccc

Jun 15 '06 #4
On 15 Jun 2006 11:17:29 -0700, eg*************@gmail.com wrote:
fredg wrote:
On 15 Jun 2006 10:39:44 -0700, eg*************@gmail.com wrote:
Hi,

I have some comboboxes in my DB, that has a big list of possible
choices.

I Want that the user could use the keyboard to "navigate" along the
list... for example: if i use the key A, in spite of writting the
letter AAA... it will choose the diferent options that begins by the
letter "A", how can i do this?

Thanx!

JECaldeira


Set the combo box AutoExpand property to Yes.
Each additional letter entered will further narrow down the list.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail


It doesn't work :(

The AutoExpand property is already set to Yes (And i have tried with No
too)...

What happens is that if the user click 2 times the letter A it appear
"aa", and how i don't have any row with beginnig aa, it don't appear
anything.

What i want is, i have for example:

customer
client
capa
courting
cluster

if i click one time in "c" it goes to customer, but if i click the 2nd
time it will go to client... and so long... in spite of appear in the
combo cccc


That's not the way a combo box works!
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Jun 15 '06 #5

fredg wrote:
On 15 Jun 2006 11:17:29 -0700, eg*************@gmail.com wrote:
fredg wrote:
On 15 Jun 2006 10:39:44 -0700, eg*************@gmail.com wrote:

Hi,

I have some comboboxes in my DB, that has a big list of possible
choices.

I Want that the user could use the keyboard to "navigate" along the
list... for example: if i use the key A, in spite of writting the
letter AAA... it will choose the diferent options that begins by the
letter "A", how can i do this?

Thanx!

JECaldeira

Set the combo box AutoExpand property to Yes.
Each additional letter entered will further narrow down the list.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail


It doesn't work :(

The AutoExpand property is already set to Yes (And i have tried with No
too)...

What happens is that if the user click 2 times the letter A it appear
"aa", and how i don't have any row with beginnig aa, it don't appear
anything.

What i want is, i have for example:

customer
client
capa
courting
cluster

if i click one time in "c" it goes to customer, but if i click the 2nd
time it will go to client... and so long... in spite of appear in the
combo cccc


That's not the way a combo box works!
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail

oh! :( ok... i thout it could be possible to do!

Thanx anyway! :)

JECaldeira

Jun 15 '06 #6

eg*************@gmail.com wrote:
fredg wrote:
On 15 Jun 2006 11:17:29 -0700, eg*************@gmail.com wrote:
fredg wrote:
> On 15 Jun 2006 10:39:44 -0700, eg*************@gmail.com wrote:
>
>> Hi,
>>
>> I have some comboboxes in my DB, that has a big list of possible
>> choices.
>>
>> I Want that the user could use the keyboard to "navigate" along the
>> list... for example: if i use the key A, in spite of writting the
>> letter AAA... it will choose the diferent options that begins by the
>> letter "A", how can i do this?
>>
>> Thanx!
>>
>> JECaldeira
>
> Set the combo box AutoExpand property to Yes.
> Each additional letter entered will further narrow down the list.
> --
> Fred
> Please respond only to this newsgroup.
> I do not reply to personal e-mail

It doesn't work :(

The AutoExpand property is already set to Yes (And i have tried with No
too)...

What happens is that if the user click 2 times the letter A it appear
"aa", and how i don't have any row with beginnig aa, it don't appear
anything.

What i want is, i have for example:

customer
client
capa
courting
cluster

if i click one time in "c" it goes to customer, but if i click the 2nd
time it will go to client... and so long... in spite of appear in the
combo cccc


That's not the way a combo box works!
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail

oh! :( ok... i thout it could be possible to do!

Thanx anyway! :)

JECaldeira


Just a quick note, to continue to use the keyboard after getting to the
first letter of a group that have the same first letter, have the user
uses the arrow keys.

Jun 15 '06 #7
A listbox control will do exactly what you want. Use it instead of a
combobox. In fact, you can right-click the combobox and convert it to a
listbox.
Jun 15 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Steve | last post by:
I have a continuous form with several unbound comboboxes in the form header. The comboboxes are used to provide criteria for the SQL of the form. The code behind the form looks like: Public Sub...
2
by: Steve Claflin | last post by:
Is there a way to have multiple keystrokes select the first matching item in a combobox? For instance, in the Doe family members combobox, typing jo would go to Jane on the j, then John on the o...
1
by: Simon | last post by:
Dear reader, With a combobox I can go to a selected record picked in the pull down list. And in the same time the record navigation field shows the selected record number from the...
2
by: jen | last post by:
i have select query that returns multiple records and populates a combobox/pulldown. once a selection from the pulldown is selected, i need to reference two or three fileds from the previous...
5
by: njb35 | last post by:
Hi all I'm beginning my foray from VBA into VB 2005 Express, and enjoying some of the efficiencies it provides! I'm stuck with some dataset handling however that I _think_ can be automated but...
0
by: jimmarq | last post by:
I am creating a windows form application in VB.NET 2.0. I have a datagridview, and one of the columns ("SelectorColumn") is a Combobox. The combobox values come from a dataset, and the column is...
2
by: jujubean | last post by:
I have a form with five comboboxes. In the first, the user can select one of four items. The other four comboxes are hidden. Based on the selection made in combobox one, I would like one of the...
1
by: BSTAFFORD | last post by:
I need help. I have a form with a 5 comboboxes. the form also contains a subform query with the saved records from those 5 combobox categories. What I'd like to happen is as a new record is...
4
by: Mtek | last post by:
Hi, We have a combo box on our page, which gets populated via a MySQL Query in PHP. What we want to do is to print the values on the page in a table that correspond the to selection from the...
0
by: pavanip | last post by:
Hi, I am facing problem with combobox in gridview.I have used combobox in gridview and i am binding data to gridview combobox from database. If i click 2 times on combobox then it is showing the...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.