AdoRecordSet:EnableEvents()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:EnableEvents()

Previous pageReturn to chapter overviewNext page

Note

Please note that event handling is not supported in the current version of Xs2Ado

Purpose

Enable Event handling for this particular RecordSet Object

 

Prototype

METHOD EnableEvents ( oRecSetEvent AS AdoRecordSetEvents )  AS LOGIC 

 

Argument(s)

oEvent        Instance of a subclass of AdoRecordSetEvents

 

 

Return

LOGIC        TRUE when succesfull, else FALSE

 

See Also

AdoRecordSet, AdoRecordSet:DisableEvents(), AdoRecordSetEvents, AdoEnableRecordSetEvents()