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

SCROLL_DOWN Built-in

Description

Scrolls the current block's list of records so that previously hidden records with higher sequence numbers are displayed. If there are available records and a query is open in the block, Oracle Forms fetches records during SCROLL_DOWN processing. In a single-line block, SCROLL_DOWN displays the next record in the block's list of records. SCROLL_DOWN puts the input focus in the instance of the current item in the displayed record with the lowest sequence number.

Syntax

PROCEDURE SCROLL_DOWN;

Built-in Type restricted procedure

Enter Query Mode no

Parameters

none

SCROLL_DOWN Examples

/*

** Built-in: SCROLL_DOWN
** Example: Scroll records down some.
*/
BEGIN
Scroll_Down;
END;


SCROLL_UP Built-in