GetFocusRow Function (Table)

Class

Table.

Action

Returns the row in a table that has focus.

Availability

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

Syntax

iRow = table.GetFocusRow()
Variable Description
iRow The row with focus. INTEGER.

Example

INTEGER iCol
iCol = EmpForm.EmpTable.GetFocusRow()