PDA

Click to See Complete Forum and Search --> : DBList control/serach


DavidP
Jun 15th, 1999, 05:06 AM
I have a DBList control populated with the "Name" field of a recordset.

I also have a textbox above it, which I would like to be able to type in characters and the dblist progrssively "homes" in on the desired name.

I know how to achieve this with a standard listbox, but I can't get the DBlist box to perform the same way. Any ideas (would this still be known as a Binary Search?)

Thanks

aprilfleming
Sep 7th, 2000, 01:06 PM
Have you figured this out? I am trying to do the exact same thing with no luck. I have been able to get the index of the record to match the characters they type, but I can see no way to set the selected Item.

Also, i see that it has some kind of built in searching functionality, "MatchEntry" but i cannot find any documentation on how to use this.

spud
Sep 8th, 2000, 06:34 PM
Go to this page I tried doing what you are doing with help from Red Thread using DBComdo

Good Luck

Spud

http://forums.vb-world.net/showthread.php?threadid=29448