fgl_dialog_setcurrline()

This function moves to a specific row in a record list.

Syntax

fgl_dialog_setcurrline(
  line INTEGER,
  row INTEGER )
  1. line is the line number in the form screen array.
  2. 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 line parameter is ignored in GUI mode.