GotoCel()

Previous Next

Moves the cursor to the specified cell (record and field) in a multi-record info box.

The info box may have Column or Spreadsheet look. This depends on its Column Manager Class property.

Syntax

GotoCel(<record number>, <column name>)

Parameters

record number

Sequence number of the record in the info box. The first record has record number 0.

column name

Name of the column control in the info box.

Examples

GotoCel('0','name')

<info box>.[<gridBox>.]GotoCel('2','title')