Rice Lake iRite IDE User Manual
Page 76

72
920i
Programming Reference
Finds the next record in the referenced database that matches the criteria of a previous FindFirst or FindLast
operation.
Method Signature:
function
SysCode values returned:
SysNoSuchDatabase
The referenced database cannot be found.
SysNoSuchRecord
The requested record is not contained in the database.
SysOK
The function completed successfully.
Finds the previous record in the referenced database that matches the criteria of a previous FindFirst or FindLast
operation.
Method Signature:
function
SysCode values returned:
SysNoSuchDatabase
The referenced database cannot be found.
SysNoSuchRecord
The requested record is not contained in the database.
SysOK
The function completed successfully.
Retrieves the first logical record from the referenced database.
Method Signature:
function
SysCode values returned:
SysNoSuchDatabase
The referenced database cannot be found.
SysNoSuchRecord
The requested record is not contained in the database.
SysOK
The function completed successfully.
Retrieves the last logical record from the referenced database.
Method Signature:
function
SysCode values returned:
SysNoSuchDatabase
The referenced database cannot be found.
SysNoSuchRecord
The requested record is not contained in the database.
SysOK
The function completed successfully.
Retrieves the next logical record from the referenced database.
Method Signature:
function
SysCode values returned:
SysNoSuchDatabase
The referenced database cannot be found.
SysNoSuchRecord
The requested record is not contained in the database.
SysOK
The function completed successfully.
Retrieves the previous logical record from the referenced database.
Method Signature:
function