PRB: Screen Scrolls During RUN CommandLast reviewed: April 18, 1995Article ID: Q111538 |
The information in this article applies to:
SYMPTOMSIf you issue a RUN command and the status bar is set to ON, the screen will scroll upward. For example, if you run the following code
SET STATUS ON @ 1,50 SAY "This is line 1" RUN DIR >NULthe screen will scroll upward and the SAY will no longer be visible.
RESOLUTIONChange the first line of the code above to read SET STATUS OFF. If you then execute the next two lines of code, the screen won't scroll and the SAY line will remain visible.
|
Additional reference words: FoxDos 2.00 2.50 2.50a 2.50b move movement
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |