Can any body tell me how to select an item in a combo box when we typing on it.?
Or
Can we drop down the combo when we typing on it?
should I search the list and filter the records
Printable View
Can any body tell me how to select an item in a combo box when we typing on it.?
Or
Can we drop down the combo when we typing on it?
should I search the list and filter the records
Method 1
VB Code:
Make the style of the combo box to - 0 Dropdown Combo Make the Sorted Property to "TRUE"
Search
I already had done those things. But at least can you answer my 2nd question.
Quote:
Can we drop down the combo when we typing on it?
You mean like a type ahead? If so, check Autocomplete.zip.
checkout the link:
AutoComplete Combo box
Thank you for the quick reply. I tried that sample. But it always pointed to the first record and not related to the text typed. Can you understand my problem.
This is working well. Thanks a lot cssriramanQuote:
Originally Posted by cssriraman