AdoRecordSetEvents:FieldChangeComplete()

<< Click to Display Table of Contents >>

Navigation:  Ado Events > AdoRecordSetEvents Class >

AdoRecordSetEvents:FieldChangeComplete()

Previous pageReturn to chapter overviewNext page

Note

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

Purpose

The WillChangeField event is called before a pending operation changes the value of one or more Field objects in the Recordset.

 

Prototype

METHOD FieldChangeComplete  (lFields, aFields, oError, lStatus, oRecordSet )  CLASS AdoRecordSetEvents

 

Argument(s)

lFields        A Long that indicates the number of Field objects in Fields

aFields        An array of Usuals that contains Field objects with pending changes

oError        An Error object. It describes the error that occurred if the value of lStatus is adStatusErrorsOccurred; otherwise it is not set.

lStatus        An AdoEventStatusEnum status value

oRecordSet        A Recordset object. The Recordset for which this event occurred

 

 

Description

A FieldChangeComplete event may occur when setting the Value property and calling the Update method with field and value array parameters

 

See Also

AdoRecordSetEvents, AdoEventStatusEnum, AdoError