AfterCursorRefresh Event

Occurs after a CursorAdapter object attempts to refresh.

PROCEDURE Object.AfterCursorRefresh
LPARAMETERS cSelectCmd, lResult

Parameters

  • cSelectCmd
    Specifies the current value of SelectCmd as established in the BeforeCursorFill event. For example, if the cSelectCmd parameter is changed in BeforeCursorFill, then the changed value of SelectCmd is used. However, the value in the SelectCmd property does not change.

  • lResult
    Specifies the True (.T.) or False (.F.) value returned by the CursorRefresh method.

Remarks

Applies To: CursorAdapter Class

In Visual FoxPro 9.0, the target record is kept current in an ADODB.Recordset during the AfterCursorRefresh event.

See Also

Reference

CursorAdapter Object Properties, Methods, and Events

SelectCmd Property

BeforeCursorFill Event

BeforeCursorRefresh Event

CursorRefresh Method

Other Resources

Events (Visual FoxPro)