ADT: Data Outline Control Events Not Triggered

Last reviewed: May 12, 1997
Article ID: Q122714
The information in this article applies to:
  • Microsoft Access Developer's Toolkit versions 2.0, 7.0

SYMPTOMS

Novice: 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.

CAUSE

The Data Outline control's SendMouseEvents and SendKeyboardEvents properties are not set to True. The default for both properties is False.

RESOLUTION

Set 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:

  1. Open the form containing the Data Outline control in Design view.

  2. Using the right mouse button, click the Data Outline control.

  3. On the shortcut menu, point to Data Outline Control Object, and then click Properties.

  4. Click to select the SendMouseEvents and SendKeyboardEvents check boxes, and then click OK.

Note that you need only select the appropriate property for the type of events you want the Data Outline control to process. For example, if you want the Data Outline control to process only mouse events, click to select only the SendMouseEvents check box.

REFERENCES

For 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
Version : 2.0 7.0
Platform : WINDOWS
Hardware : X86
Issue type : kbprb
Resolution Type : Info_Provided


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 12, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.