Steps through a specified number of records and retrieves a record.

Steps := Record.NEXT([Steps])

Parameters

Record

Type: Record

The record from which the search begins.

Steps

Type: Integer

Specifies the direction of the search and how many records to step over. This parameter follows the following rules:

  • >0  Search Steps records forward in the table

  • <0  Search Steps records backwards in the table.

  • =0  No effect

If you do not specify this parameter, the next record is found.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also