<< A click on a listview item launches another form, and everything works very well EXCEPT if rather than single clicking, the user DOUBLE-CLICKS on the listview item, the form errors. >>
Personally, I don't think a single click on a list view should open another form. I only ever use the single click to update some detailed fields on the same form (and be aware that the single click EEP will fire when "arrowing" around the list view). I use the double click EEP to open another form. I find that this is much more in keeping with what users expect. I bet that's why your users are double clicking in the first place. If you were to implement this, my guess is that it would have the side effect of handling the double click at at the list view level anyway. -- Larry

