RobTsintas
Technical User
I frequently use a combo box to select a person on a form.
This allows auto-complete of the person ID, but also allows the person to be selected by name (the people are presented by ascending surname in the dropdown).
The problem is that the values only fill in the dropdown while it is being scrolled, so to get to a "Smith", for example, you can't just grab the scroll bar and drag it down until you get to the "S" section, as the list is only initially filled up to "E" (say). Scrolling down that far then fills the next 20-or-so.
So I frequently have users sitting there holding the mouse button down on the scroll bar down arrow for a long, long time until they get to the patient they want!
Once the list is open, a simple Ctrl-Down, to jump to the last option, will instantly fill the list. But I can't expect my users to know about this.
So (finally to the question!), is there any way to force the whole list to be populated in the dropdown right from the start?
Cheers
This allows auto-complete of the person ID, but also allows the person to be selected by name (the people are presented by ascending surname in the dropdown).
The problem is that the values only fill in the dropdown while it is being scrolled, so to get to a "Smith", for example, you can't just grab the scroll bar and drag it down until you get to the "S" section, as the list is only initially filled up to "E" (say). Scrolling down that far then fills the next 20-or-so.
So I frequently have users sitting there holding the mouse button down on the scroll bar down arrow for a long, long time until they get to the patient they want!
Once the list is open, a simple Ctrl-Down, to jump to the last option, will instantly fill the list. But I can't expect my users to know about this.
So (finally to the question!), is there any way to force the whole list to be populated in the dropdown right from the start?
Cheers