SET FETCH Methods

Description

Methods for fetching records from sets

Methods

SET.FETCH_EOF Method

returns TRUE if the last record was fetched.

SET.FETCH_FIND Method

Using the current index, find specified key value, return record number.

SET.FETCH_FIRST Method

Fetch the first record in the table/set. returns TRUE if record found.

SET.FETCH_GOTO Method

Goto a specific record number in the table, returns positive if record found, else negitive record number.

SET.FETCH_LAST Method

Fetch the last record in the table/set. returns TRUE if record found.

SET.FETCH_NEXT Method

Fetch the next record in the table/set. returns TRUE if record found.

SET.FETCH_PREV Method

Fetch the previous record in the table/set. returns TRUE if record found.