CursorStatus Property

Specifies whether the CursorAdapter object represented by the CursorAdapterAlias property is attached and how it is attached. Visual FoxPro requires CursorStatus to determine state of the current CursorAdapter object and from where the associated cursor originated. Read-only.

CursorAdapter.CursorStatus [ = nValue ]

Property Values

  • nValue
    Numeric data type. The following table lists the possible values for nValue.
    nValue Description
    0 CursorAdapter <Alias> is not attached. (Default)
    1 CursorAdapter <Alias> is attached via the CursorFill method.
    2 CursorAdapter <Alias> is attached via the CursorAttach method.

See Also

Properties | CursorAdapter Object Properties, Methods, and Events | Alias Property | CursorFill Method | CursorAttach Method

Applies To: CursorAdapter Class