SetFocusColumn Method

Class

Table.

Action

Sets the focus to a column in a table.

Availability

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

Syntax

table.SetFocusColumn (iCol)
Variable Description
iCol The column to set focus to. INTEGER.

Notes

Because Symantec Visual Café Release 2.0 does not support column selection, this method is not useful for JavaIToolsTable objects.

Example

EmpForm.EmpTable.SetFocusColumn (3)