BUG: Error If SET TALK TO Is Set to a Small WindowLast reviewed: February 7, 1995Article ID: Q125790 |
The information in this article applies to:
SYMPTOMSWhen 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 compactionAfter you clear the error message, another error message appears:
Abnormal program termination : Memory protection fault RESOLUTIONDefine a window large enough to contain the status message returned by any operation in the SET TALK window.
STATUSMicrosoft 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 ProblemType 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 salesmanWhen 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |