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.

Expand imageRemarks

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic