Got it – did it! Thanks again, Jan Brad
From: [email protected] [mailto:[email protected]] On Behalf Of jan johansen Sent: Tuesday, January 24, 2012 9:04 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Limiting to Single Click: Listview Don't forget to ENABLE 'TRUE' when the user closes that form. -----Original Message----- From: "Brad Davidson" <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Tue, 24 Jan 2012 08:58:52 -0800 Subject: [RBASE-L] - Re: Limiting to Single Click: Listview Thanks, Jan, just what I was looking for! Brad From: [email protected] [mailto:[email protected]] On Behalf Of jan johansen Sent: Tuesday, January 24, 2012 8:47 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Limiting to Single Click: Listview Brad, One thing I've done is in the OnClick EEP for the Variable ListView PROPERTY YourListViewComponentID ENABLED 'FALSE' Jan -----Original Message----- From: "Brad Davidson" <[email protected] > To: [email protected] (RBASE-L Mailing List) Date: Tue, 24 Jan 2012 08:22:23 -0800 Subject: [RBASE-L] - Limiting to Single Click: Listview 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

