Karen, I use a lot of variable list views to display results. The first thing I do in the on-clik (or dbl-clik) event is to disable the listview and move on. When completed I reenable the listview.
Jan -----Original Message----- From: [email protected] To: [email protected] (RBASE-L Mailing List) Date: Mon, 12 Jul 2010 11:23:14 EDT Subject: [RBASE-L] - Re: access violation I know the PROPERTY RBASE_FORM ENABLED 'FALSE' command, so I guess what I'd have to do is put that at the top of every program that is called from the main menu options, and then put the enable back on when each program exits, right? Is that what you're thinking? Karen Not knowing all details, but a possible solution to your situation.... A- before calling your second form, issue a property command to disable form #1. Then issue your "Edit using" command. Then issue your property command to enable form 1. This should prevent the double click problem you described.

