[AccessD] Force a dblclick event on a form control

Doug Murphy dw-murphy at cox.net
Tue May 17 17:24:08 CDT 2011


Maybe my terminology is incorrect. I was referring to the subroutine created
for the event, you can make that public, or at least remove the Private
designation. 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of jwcolby
Sent: Tuesday, May 17, 2011 2:41 PM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Force a dblclick event on a form control

I don't think you can directly make an event stub public.  You would have to
build a public sub which called the event stub.

John W. Colby
www.ColbyConsulting.com

On 5/17/2011 5:37 PM, Doug Murphy wrote:
> Maybe I didn't read your question correctly. Do you want to trigger 
> from code or on the actual event?  If from code, just put your code in 
> the event stub and then call it from where ever you want by the 
> subroutine name, e.g., sub controlName_dblClick. If your calling from 
> outside the form you need to make the subroutine public.
>
> -----Original Message-----
> From: accessd-bounces at databaseadvisors.com
> [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Darrell 
> Burns
> Sent: Tuesday, May 17, 2011 1:14 PM
> To: 'Access Developers discussion and problem solving'
> Subject: [AccessD] Force a dblclick event on a form control
>
> Anybody know how I could trigger a dbl-click event on a form control?
> Thx,
> -Darrell
>
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list