BUG: Memo Field Display Problems in the Debugger Watch Window

Last reviewed: April 24, 1997
Article ID: Q157862
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 5.0, 5.0a

SYMPTOMS

When looking at a memo field in the Debugger Watch window, extra characters that are not a part of the memo field are displayed to the right of the Field's value.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a table as following:

          CREATE TABLE test1 ( fld1 M )
    

  2. Add a record to the table as following:

          INSERT INTO test1 VALUES ( 'This is a test' )
    

  3. Open the Debugger window.

  4. In the Watch window enter "Test1.Fld1", without the quotes, to check the value.

  5. Look to the right of the "This is a Text" string where you see that there are some characters that are not a part of the Memo field.

If you change the value (Add/Delete characters) in the Memo field, from Visual FoxPro, then additional characters appear.


Keywords : buglist5.00 FxtoolDebug kbdisplay kbtool VFoxWin vfpbug5.0a kbbuglist kbdisplay kbtool
Version : 5.0 5.0a
Platform : WINDOWS
Issue type : kbbug


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