FIX: Deleting Object in Watch Window Causes Application Error

Last reviewed: October 29, 1997
Article ID: Q157989
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 5.0

SYMPTOMS

In the Debugger Watch window, deleting the text in the Name column causes an Application error following which Visual FoxPro is down.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been fixed in Visual FoxPro 5.0a.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Run Visual FoxPro and create an object as in the following:

          MyForm = CREATEOBJECT("Form")
    

  2. Open the Debugger in Debugger Frame mode.

  3. Add MyForm as a Watch expression in the Watch window.

  4. Click on the "MyForm" string under the Names column twice, or select the entry and then click on the MyForm string so that it goes into edit mode. Edit mode means that there is a blinking cursor within the MyForm entry of the Names column. The Mouse Cursor changes to an I-Beam when it is over the MyForm entry.

  5. Delete the "MyForm" entry using the Backspace or Delete key

  6. Press Enter.
Keywords          : buglist5.00 FxtoolDebug vfoxwin vfpfix5.0a kbtool kbbuglist kbfixlist
Version           : 5.0
Platform          : WINDOWS
Issue type        : kbbug
Solution Type     : kbfix


================================================================================


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: October 29, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.