GetRecordAtRelative()

Syntax:

GetRecordAtRelative( relativePosition )

Return:

The record at the specified position relative to the current records position within the Record Set. If there is no record at that position, the Return Value is false.

Parameters:

relativePosition – the record number within the Record Set you want to go to, relative to the current record. relativePosition must be a positive or negative integer. This parameter is required.

Remarks:

This function will return a record from the Record Set relative to the current record position i.e. if the current record position was 5 and relativePosition was entered as 3, the eighth record in the Record Set would be returned.

image\Script_Button.jpgExamples