OK.... I have 2 listboxes, both list names of people. The first listbox
represents inactive records and the second listbox represents active records.
This is a screen that allows inactive records to be deleted by replacing them
with active records. Normally records will be replaced by similar records (a
record having a similar name possibly with a slightly different spelling).
Both listboxes are big (10,000 rows), so scrolling is painful. The first
listbox is multi-select and the second single-select.
What I want to do is when the user clicks in the first listbox, I want to
position the second listbox to a similar name (>= value). The exact same name
may not be there. I do not want to select the row, just position the listbox.
This technique will hopefully eliminate the need for a lot of scrolling.