setRowFocus()

Select a table row.

Syntax

setRowFocus(
   tableName  STRING,
   row  INTEGER)
  1. tableName is the name of the table.
  2. row is the index number of a row.

Usage

You can use it to select a row in a table to test this action in a scenario. For example:

CALL ggc.setRowFocus("items", 100)