Actions for Moving the Cursor between Records

Previous Next

Action Name

Usage

CursorFirstRecord()

Moves the cursor to the first record of a query.

CursorGotoRecord()

Moves the cursor to the specified record in the current column.

CursorLastRecord()

Moves the cursor to the last record of a query.

CursorNextRecord()

Moves the cursor to the next record in an Info window.

CursorNextPage()

Moves the cursor to the next page in an Info window.

CursorPreviousRecord()

Moves the cursor to the previous record in an Info window.

CursorPreviousPage()

Moves the cursor to the previous page in an Info window.