Determines whether the insertion point is displayed when Visual FoxPro waits for input.
SET CURSOR ON | OFF |
Parameters
- ON
- (Default) Causes the insertion point to be displayed during a pending @В ...В GET, @В ...В EDIT, WAIT, or INKEY(В ).
- OFF
- Prevents the insertion point from being displayed during a pending @В ...В GET, @В ...В EDIT, WAIT, or INKEY(В ).
Remarks
SET CURSOR, similar to SYS(2002), enables you to turn the insertion point on or off.