I have a form with a scrolling region and a button eep when clicked displays a Variable Lookup List View.
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. I think the double click "clicks through" to the underlying form's scrolling region and fires field code in the region, which results in an unstable state and a task kill. I'm looking for a fool proof way of preventing the double click, versus my instructions: "Single Click, Only!" on the form. Any ideas? Brad Davidson

