PRB: Mouse Cursor Disappears in a DO WHILE LoopID: Q112399 The information in this article applies to:
SYMPTOMSWhen FoxPro for MS-DOS executes the INKEY() function with the "M" parameter, the mouse cursor remains visible. However, when FoxPro for MS-DOS executes a DO WHILE loop, the mouse cursor disappears.
STATUSIn FoxPro for MS-DOS, "no mouse" is the indicator that the mouse is busy when running user code. This behavior is by design.
MORE INFORMATIONThe following code demonstrates the issue. In FoxPro for MS-DOS, create and execute this program:
You will see that the mouse cursor remains visible between the "Start" and
"End" points. The "M" parameter of the INKEY() function is required for
this visual cue. When the code reaches the DO WHILE loop, the mouse cursor
disappears.
Additional reference words: FoxDos 2.00 2.50 2.50a 2.50b KBCategory: kbprg kbprb KBSubcategory: |
|
Last Reviewed: April 18, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |