Microsoft SDK for Java

addOnFieldChangeComplete

The addOnFieldChangeComplete and removeOnFieldChangeComplete methods of the Recordset class add or remove a notification that the value of the current field has changed, respectively.

Syntax

public void addOnFieldChangeComplete(RecordsetEventHandler handler);
public void removeOnFieldChangeComplete(RecordsetEventHandler handler);

Parameters

handler The routine defined for this event.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.