B
Bob Howard
I have both OnClick and OnDblClick events for a listbox. When the user
double-clicks, the OnClick event fires and then the OnDblClick event fires
right after that. Unfortunately, the OnClick event makes visible some
controls in another portion of the form --- which I really didn't want to
take place during a double-click.
I can make the OnDblClick event hide those controls, but the flash still
draws the user's attention away and is really annoying.
Is there a technique to be able to handle this so that the OnClick event
only fires when it's truly a single click?
I'm using Access 2000.
Thanks folks! I really appreciate this forum!!!!!
Bob (@Martureo.Org)
double-clicks, the OnClick event fires and then the OnDblClick event fires
right after that. Unfortunately, the OnClick event makes visible some
controls in another portion of the form --- which I really didn't want to
take place during a double-click.
I can make the OnDblClick event hide those controls, but the flash still
draws the user's attention away and is really annoying.
Is there a technique to be able to handle this so that the OnClick event
only fires when it's truly a single click?
I'm using Access 2000.
Thanks folks! I really appreciate this forum!!!!!
Bob (@Martureo.Org)