revMoveToNextRecord

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
revMoveToNextRecord <recordSetID>
Associationsdatabase library
Summary

Moves to the next record in a record set (glossary).

Introduced2.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
recordSetID

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

Example
revMoveToNextRecord myCurrentItems
revMoveToNextRecord (line x of field "Current Recordsets")
Values
NameTypeDescription
The result

If the command could not move to the next record because it's already at the end or there are no records in the record set, the result function returns false.

RelatedGlossary: Standalone Application Settings, record, command, record set, standalone application, database, LiveCode custom library
Command: revMoveToFirstRecord, revMoveToRecord, revMoveToPreviousRecord, revMoveToLastRecord
Function: revdb_movefirst, revdb_movelast, revCurrentRecordIsFirst, revQueryIsAtEnd, revdb_moveprev, revCurrentRecord, revCurrentRecordIsLast, revNumberOfRecords, revDatabaseColumnNumbered, revdb_movenext
Library: Database library
Control Structure: function
Securitydisk, network
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 custom library when you create your standalone. 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.

Tagsdatabase