SET CURSOR Command

See Also

Determines whether the insertion point is displayed when Visual FoxPro waits for input.

Syntax

SET CURSOR ON | OFF

Arguments

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.