The addOnFieldChangeComplete and removeOnFieldChangeComplete methods of the Recordset class add or remove a notification that the value of the current field has changed, respectively.
public void addOnFieldChangeComplete(RecordsetEventHandler handler);
public void removeOnFieldChangeComplete(RecordsetEventHandler handler);
handler | The routine defined for this event. |