Cursor.next() (Method)

Index the cursor onwards to the next row.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
JavaScript syntax:NESmyCursor.next()

The cursor is moved onwards to point at the next sequential record.

When the cursor reaches the end of the selection, it cannot be indexed any further onwards. What happens in this case is implementation-dependent, but there should probably be an error generated.