setRowFocus()
Select a table row.
Syntax
setRowFocus(
tableName STRING,
row INTEGER)
- tableName is the name of the table.
- 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)