ACC97: Debug Window Is Not Displayed After Using Echo MethodLast reviewed: August 29, 1997Article ID: Q161758 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you use the Echo method of the Application object to turn off screen repainting in your application, the Debug window is not displayed properly when you encounter an error in your code.
CAUSEScreen repainting is turned off and the "Debug Window On Top" check box is not selected.
RESOLUTIONMake sure the "Debug Window On Top" check box is selected as the default. Or, create a macro that turns on repainting and assign the macro to a custom key command or custom menu command. You can then use the key combination or menu command to turn repainting on if it has been turned off in Visual Basic. To create a key assignment for a macro do the following:
MORE INFORMATIONIf the "Debug Window On Top" check box is not selected when you click the Modules tab under Options on the Tools menu, the Debug window will not be updated properly if you turn Echo off and your code encounters an error.
Steps to Reproduce Behavior
REFERENCESFor more information about the Echo method, search the Help Index for "Echo method," or ask the Microsoft Access 97 Office Assistant. Keywords : kbprg kbui PgmErr Version : 97 Platform : WINDOWS Hardware : x86 Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |