onrowenter Event

             

Occurs when the cursor position moves to another record in the Recordset object.

Syntax

objRS_onrowenter

Parameters

object

A Recordset script object.

Remarks

To move the cursor position within the Recordset object, use the move, moveAbsolute, moveFirst, moveLast, movePrevious, and moveNext methods.