The information in this article applies to:
SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
CAUSEWhen you double-click a word in Microsoft Access and in many other Windows applications, the word you double-click is selected. Microsoft Access processes the event procedure or macro for the DblClick event, and then Windows selects the word you double-clicked. This makes it appear as though the code or macro did not run. RESOLUTIONYou can cancel the DblClick event after it executes your Visual Basic code or macro. This prevents Windows from processing its own double-click event. For example, the following Visual Basic code and sample macro selects all the text in a text box control, and then cancels the DblClick event: In a Visual Basic for Applications Procedure
In a Macro
STATUSThis behavior is by design. REFERENCESFor more information about the DblClick event, search the Help Index for "DblClick event." Additional query words: double click dbl-click fire trigger execute
Keywords : kbusage FmsEvnt |
Last Reviewed: April 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |