AfterCursorDetach Event

Occurs immediately after a CursorAdapter object detaches a cursor. You can use AfterCursorDetach to perform tasks such as reset cursor adapter properties and perform operations on the freed table.

PROCEDURE Object.AfterCursorAttach
LPARAMETERS cAlias, lResult

Parameters

cAlias

Specifies the alias of the detached cursor or table.

lResult

Specifies True (.T.) if the CursorAdapterCursorDetach method detaches the cursor or table successfully and False (.F.) if not detached successfully.

Expand imageRemarks

Expand imageSee Also


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