Ok, here goes.
I am creating a form to edit user information. I need to be able to type in all or part of a username. Part of this is completed already - if I type in a full username, I can go from there. On a partial name, however, I want a listbox containing all the usernames to pop up (modal), and I want the closest match to be highlighted. It is important that all values remain intact since I also need this same function for part inventory lookup.
The place that has me stuck is highlighting the closest match on the listbox.
Sorry there is no code to go by...that is the problem.
I am creating a form to edit user information. I need to be able to type in all or part of a username. Part of this is completed already - if I type in a full username, I can go from there. On a partial name, however, I want a listbox containing all the usernames to pop up (modal), and I want the closest match to be highlighted. It is important that all values remain intact since I also need this same function for part inventory lookup.
The place that has me stuck is highlighting the closest match on the listbox.
Sorry there is no code to go by...that is the problem.