Microsoft SDK for Java

addOnMoveComplete

The addOnMoveComplete and removeOnMoveComplete methods of the Recordset class add or remove a notification that the current row position in a Recordset has changed, respectively.

Syntax

public void addOnMoveComplete(RecordsetEventHandler handler);
public void removeOnMoveComplete(RecordsetEventHandler handler);

Parameters

handler The routine defined for this event.

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