BUG: Messages Are Not Cleared When Screen Is ExitedLast reviewed: April 18, 1995Article ID: Q114199 |
The information in this article applies to:
SYMPTOMSMessages placed on the screen with the MESSAGE clause of the @ ... GET command are not cleared when a screen is exited. This behavior affects screens created with the Screen Builder or Screen Wizard.
RESOLUTIONPlace the following code in the Cleanup snippet of the screen:
@ 24,0 CLEAR TO 24,79When execution of the screen is terminated, this code will be executed and will clear the contents of line 24. Messages placed on the screen with the MESSAGE clause of the @ ... GET command are placed on line 24.
STATUSMicrosoft has confirmed this to be a problem in FoxPro versions 2.5b and 2.6 for MS-DOS. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional reference words: FoxDos 2.50b 2.60 buglist2.50b buglist2.60
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |