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.