BUG: Error If SET TALK TO Is Set to a Small Window

Last reviewed: February 7, 1995
Article ID: Q125790
The information in this article applies to:
  • Microsoft FoxPro for MS-DOS, version 2.6a

SYMPTOMS

When SET TALK TO is set to a window that lacks the vertical width to display the line of text, and an operation is performed that returns status about the operation, FoxPro terminates returning to MS-DOS abnormally.

In addition, sometimes the following error message occurs:

   Transgressed node found during compaction

After you clear the error message, another error message appears:

   Abnormal program termination : Memory protection fault

RESOLUTION

Define a window large enough to contain the status message returned by any operation in the SET TALK window.

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 Problem

Type the following code in the command window:

   DEFINE WINDOW idxtalk FROM 8,10 TO 9,70
   ACTIVATE WINDOW idxtalk
   SET TALK WINDOW idxtalk
   USE tutorial\salesman
   INDEX ON salesman TAG salesman

When this code is run, the window is not big enough to display the message. The message "Transgressed node found during compaction" may appear, followed by "Abnormal program termination : memory protection fault." Then FoxPro terminates.


Additional reference words: FoxDos 2.60a buglist2.60a errmsg err msg
KBCategory: kbprg kbbuglist kberrmsg
KBSubcategory: FxprgGeneral


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