Karen,
No, I don't use the vClick_count variable for anything. Maybe we could think of a way to trigger a punishment for those users that keep clicking their mouse! John From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Monday, July 12, 2010 2:21 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: access violation John: That is pretty darned cool! Never would have thought of that. Do you do anything with that vClick_count variable? Karen Karen, Here is the routine that I use in my on-click EEP. I think this will fix your problem. SET VAR vEEP_Running INTEGER IF vEEP_Running IS NOT NULL THEN RETURN ENDIF SET VAR vCLICK_COUNT = (.vCLICK_COUNT +1) recalc var pause for 1 SET VAR vEEP_Running = 1 PROPERTY RBASE_FORM TIMERENABLED 'TRUE' RETURN The EEP in the form timer clears vEEP_Running and turns the timer off. Now the Mouse Happy users can click away! John

