Microsoft SDK for Java

addOnWillMove

The addOnWillMove and removeOnWillMove methods of the Recordset class add or remove a notification that the current row position in a Recordset will change, respectively.

Syntax

public void addOnWillMove(RecordsetEventHandler handler);
public void removeOnWillMove(RecordsetEventHandler handler);

Parameters

handler The routine defined for this event.

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