fgl_dialog_setcurrline()
This function moves to a specific row in a record list.
Syntax
fgl_dialog_setcurrline(
  screenLine INTEGER,
  row INTEGER )
- screenLine is the line number in the form screen array.
 - row is the row number in the program array variable.
 
Usage
Moves to the row / screen line specified. See fgl_set_arr_curr() for more details.
To be called during a DISPLAY ARRAY or INPUT
ARRAY instruction, inside BEFORE DISPLAY /
 BEFORE INPUT or ON ACTION /
 ON KEY blocks only.
The screenLine parameter is ignored in GUI mode.