Built-in functions / Built-in functions |
This function moves to a specific row in a record list.
fgl_dialog_setcurrline( line INTEGER, row INTEGER )
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 line parameter is ignored in GUI mode.