C codie01 Active Member Licensed User Longtime User Mar 2, 2016 #1 Hi All, I do not wish to edit the data in a combobox. I have a combobox of customers which is sorted, what I require is the ability to press say press "T" and have the combobox jump to the first of the "t's". Thanks in advanced Phil
Hi All, I do not wish to edit the data in a combobox. I have a combobox of customers which is sorted, what I require is the ability to press say press "T" and have the combobox jump to the first of the "t's". Thanks in advanced Phil
DonManfred Expert Licensed User Longtime User Mar 2, 2016 #2 Use activity keypress event If "T" is pressed then search the item in the combobox and then set the selected index to the one you evaluated with your search. You need to build this feature by yourself Upvote 0
Use activity keypress event If "T" is pressed then search the item in the combobox and then set the selected index to the one you evaluated with your search. You need to build this feature by yourself