nextRecord() |
Syntax nextRecord (dsName)
Parameter(s) •dsName [String]
Description Makes the next row of a row set the current row, but never generates a page engine request. The life time of a record is not checked. Calling nextRecord() at the end of the Data Set has no effect.
Related function: previousRecord() |