Microsoft KB Archive/107365: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 37: Line 37:
       CREATE TABLE memotest (notes m)
       CREATE TABLE memotest (notes m)
       APPEND BLANK
       APPEND BLANK
       REPLACE notes WITH "This is a test."
       REPLACE notes WITH "This is a test."
</pre>
</pre>
3. Open the table in FoxPro 2.5a for Windows if step 2 was performed in
3. Open the table in FoxPro 2.5a for Windows if step 2 was performed in
Line 48: Line 48:
<pre>  key. All the text seems to be deleted.
<pre>  key. All the text seems to be deleted.
</pre>
</pre>
6. Close the memo edit window. Note that the &quot;M&quot; in memo is still
6. Close the memo edit window. Note that the "M" in memo is still
<pre>  capitalized, indicating that the memo still contains something.
<pre>  capitalized, indicating that the memo still contains something.
</pre>
</pre>

Latest revision as of 10:13, 20 July 2020

FIX: Can't Delete Memo Field in Browse Window

ID: Q107365

2.50a | 2.50a MS-DOS | WINDOWS kbprg kbfixlist kbbuglist

The information in this article applies to:

  • Microsoft FoxPro for MS-DOS, version 2.5a
  • Microsoft FoxPro for Windows, version 2.5a

SYMPTOMS

You can't delete the entire contents of a memo field through a Browse window.

CAUSE

The CONFIG.FP or CONFIG.FPW file contains the CODEPAGE=AUTO command.

STATUS

Microsoft has confirmed this to be a problem in FoxPro 2.5a for MS-DOS and FoxPro 2.5a for Windows. This problem was corrected in FoxPro 2.5b for MS-DOS and FoxPro 2.5b for Windows.

MORE INFORMATION

Steps to Reproduce Problem

1. In the CONFIG.FPW or the CONFIG.FP file, add the CODEPAGE=AUTO

   command.

2. The code below creates a table containing a memo field and

   adds data to the memo field.

      CREATE TABLE memotest (notes m)
      APPEND BLANK
      REPLACE notes WITH "This is a test."

3. Open the table in FoxPro 2.5a for Windows if step 2 was performed in

   FoxPro 2.5a for MS-DOS; open the table in FoxPro 2.5a for MS-DOS if step
   2 was performed in FoxPro 2.5a for Windows.

4. Browse the table and open the memo edit window. 5. Select all the text in the memo field and press the DEL or BACKSPACE

   key. All the text seems to be deleted.

6. Close the memo edit window. Note that the "M" in memo is still

   capitalized, indicating that the memo still contains something.

Additional reference words: FoxDos FoxWin 2.50a buglist2.50a fixlist2.50b KBCategory: kbprg kbfixlist kbbuglist KBSubcategory: FxenvConfigfp Solution Type : kbfix


Last Reviewed: October 14, 1997
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.