revMoveToNextRecord

Moves to the next record in a record set .

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 2.0 Security: disk, network

# Syntax

revMoveToNextRecord recordSetID

# Params

- recordSetID : The number returned by the revQueryDatabase function when the record set was created.

# Examples

revMoveToNextRecord myCurrentItems

revMoveToNextRecord (line x of field "Current Recordsets")

# Description

Use the revMoveToNextRecord command to move around within the selected set of records.

>*Note:* Not all databases support the revMoveToNextRecord > command. All the major database types that LiveCode can connect to > do support this, however certain ODBC data sources may not, if in > doubt, refer to the documentation for your ODBC data source driver.

>*Important:* The revMoveToNextRecord command is part of the > Database library. To ensure that the command works in a > standalone application, you must include this > LiveCode custom library when you create your > standalone application. In the Inclusions pane of the > Standalone Application Settings window, make sure both the > "Database" library checkbox and those of the database drivers you are > using are checked.

# Tags

# See