A script-enabled browser is required for this page to function properly.

SCROLL_UP Built-in

Description

Scrolls the current block's list of records so that previously hidden records with lower sequence numbers are displayed. This action displays records that were "above" the block's display.

SCROLL_UP puts the input focus in the instance of the current item in the displayed record that has the highest sequence number.

Syntax

PROCEDURE SCROLL_UP;

Built-in Type restricted procedure

Enter Query Mode no

Parameters

none

SCROLL_UP Examples

/*

** Built-in: SCROLL_UP
** Example: Scroll records up some.
*/
BEGIN
Scroll_Up;
END;


SCROLL_DOWN Built-in