beautypg.com

Rice Lake iRite IDE User Manual

Page 76

background image

72

920i

Programming Reference

.FindNext

Finds the next record in the referenced database that matches the criteria of a previous FindFirst or FindLast
operation.

Method Signature:
function .FindNext : SysCode;

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.

.FindPrev

Finds the previous record in the referenced database that matches the criteria of a previous FindFirst or FindLast
operation.

Method Signature:
function .FindLast : SysCode;

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.

.GetFirst

Retrieves the first logical record from the referenced database.

Method Signature:
function .GetFirst : SysCode;

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.

.GetLast

Retrieves the last logical record from the referenced database.

Method Signature:
function .GetLast : SysCode;

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.

.GetNext

Retrieves the next logical record from the referenced database.

Method Signature:
function .GetNext : SysCode;

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.

.GetPrev

Retrieves the previous logical record from the referenced database.

Method Signature:
function .GetPrev : SysCode;

This manual is related to the following products: