> The cursor highlights 'Smith, Bill' and all the rest of them in order. I > want the cursor to highlight 'Smith, Sam' as the middle of the list and show > all of the Smith's above and below it.
There's no option to do this in RBWin using the CHOOSE command -- the current value of your variable is ignored and the list always starts with the first item highlighted. However, if you make your own choose form using a variable lookup listbox control, the value assigned to your variable will be respected and the correct row in the listbox will be highlighted. -- Larry
