Microsoft SDK for Java

addOnWillChangeField

The addOnWillChangeField and removeOnWillChangeField methods of the Recordset class add or remove a notification that the value of the current field will change, respectively.

Syntax

public void addOnWillChangeField(RecordsetEventHandler handler);
public void removeOnWillChangeField(RecordsetEventHandler handler);

Parameters

handler The routine defined for this event.

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