ADT: Data Outline Control Events Not TriggeredLast reviewed: May 12, 1997Article ID: Q122714 |
The information in this article applies to:
SYMPTOMSNovice: Requires knowledge of the user interface on single-user computers. Code assigned to a Data Outline control's event (such as the DoRowClick, DoRowDblClick, or DoKeyPress event) does not run when the event occurs.
CAUSEThe Data Outline control's SendMouseEvents and SendKeyboardEvents properties are not set to True. The default for both properties is False.
RESOLUTIONSet the Data Outline control's SendMouseEvents and SendKeyboardEvents properties to True to enable the triggering of mouse and keyboard events by the Data Outline control. To set the SendMouseEvents and SendKeyboardEvents properties to True, follow these steps:
REFERENCESFor more information about the SendMouseEvents property, search for "SendMouseEvents," and then "SendMouseEvents Property" using the OUTL1016.HLP Help file included with the Microsoft Access Developer's Toolkit. For more information about the SendKeyboardEvents property, search for "SendKeyboardEvents," and then "SendKeyboardEvents Property" using the OUTL1016.HLP Help file included with the Microsoft Access Developer's Toolkit. NOTE: In the Microsoft Access Developer's Toolkit for Windows 95 version 7.0, the Help file is called MSDBOUTL.HLP. NOTE: The Microsoft Office 97, Developer's Edition (ODE), does not include the Data Outline control. However, for backwards compatibility, Microsoft has released an Office 97-compatible version of the Data Outline control on the World Wide Web. This updated version has no documentation. To obtain a copy of the updated Data Outline control, please see the following article in the Microsoft Knowledge Base:
Article-ID: Q162359 Title: ACC97: Access 97 Data Outline ActiveX Control Available on MSL |
Keywords : IntpCstm kbinterop
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |