NextRmsRecord

NextRmsRecord retrieves the next sequential record from the RMS file and stores the data in the internal data buffer.

Syntax

Function NextRmsRecord(rmsHandle as Integer) As Integer

Parameters

rmsHandle

RMS file handle

Return Values

On success, NextRmsRecord returns 1.  If there is no next record in the RMS file, it returns 0.

Remarks

Call NextRmsRecord to sequentially retrieve the next RMS record into the internal data

buffer and set the RMS file pointer for getting the rest records with function NextRmsRecord.  Before calling the first NextRmsRecord, FirstRmsRecord must be called.

See Also

FirstRmsRecord, LastRmsRecord, PrevRmsRecord.