AfterCursorAttach Event

Occurs immediately after the CursorAdapter object attempts to attach the cursor. You can use this event to perform tasks such as customize cursors and cursor adapters as appropriate and perform validations.

PROCEDURE Object.AfterCursorAttach
LPARAMETERS cAlias, lResult

Parameters

  • cAlias
    Specifies the alias of the attached cursor or table.
  • lResult
    Specifies True (.T.) if the cursor or table attached successfully and False (.F.) if not attached successfully.

See Also

Methods | CursorAdapter Object Properties, Methods, and Events | BeforeCursorAttach Event | CursorAttach Method

Applies To: CursorAdapter Class