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.