Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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