Larry: That is what I have right now. Process selected and Process All. The thing is that there could be 100 items in the list and maybe they want to process 90 of them. Right now they would have to click 90 times! That's why Alastair's idea of letting them click on items, and then click a button to either process the selected or process everything except the selected might be the way to go.
Karen > Karen: > > Use two buttons "Process Selected" and "Process All". That way you don't > have to worry about selecting stuff in the list box (or even knowing what's > in > the list box) for the process all situation. > > There are two different multiple-selection properties on Windows controls. > One is multi-select, which allows CTRL clicking for disjoint selections. The > other is extended select (not sure if R:Base surfaces this one) that allows > SHIFT clicking for contiguous selections as well as CTRL-SHIFT clicking for > multiple contiguous selections that are disjoint from each other. > > -- > Larry > >

