SetFocusRow Method (Table)

Class

Table.

Action

Sets the focus to a row in a table.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

table.SetFocusRow (iRow)
Variable Description
iRow The row to set focus to. INTEGER.

Example

EmpForm.EmpTable.SetFocusRow (3)