Skip to main content
Version: 10.1

CursorGotoRecord()

note

This article is about the CursorGotoRecord action in the USoft Action Language.

CursorGotoRecord()

Moves the cursor to the specified record in the current column. The specified record number must be in the range of retrieved columns.

Syntax

CursorGotoRecord( *record-id* )

The required record-id is an integer identifying the record where you want the cursor to go. The first record is identified by 0 (zero).