User Tools

Site Tools


changefield_virtual_method_for_managing_field_changes_.htm
Navigation:  ABC Library Reference > IDbChangeAudit Interface > IDbChangeAudit Methods >====== ChangeField (virtual method for managing field changes) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

ChangeField(left, right, fieldname, filename), VIRTUAL

blk2blue.jpg

ChangeField Manage field changes.
left The label of the “left” field of the pair that contains the original value of the field being updated. The field may be any data type, but may not be an array.
right The label of the “right” field of the pair that contains the new value of the field being updated. The field may be any data type, but may not be an array.
Fieldname A string constant, variable, EQUATE, or expression containing the label of the field that is to be audited.
Filename A string constant, variable, EQUATE, or expression containing the label of the file that is audited.

The ChangeField method is called for each field in the record that has changed. The before and after values are passed to this method. This method calls DbAuditManager.OnFieldChange.

Implementation:

ChangeField is a VIRTUAL method so that other base class methods can directly call the OnFieldChange virtual method in a derived class. This lets you easily implement your own custom version of this method.

See Also:     DbAuditManager.OnFieldChange

changefield_virtual_method_for_managing_field_changes_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1