Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
INKEY( ) | SET( ) | SYS(2002) – Turn Insertion Point On or Off | WAIT