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.
PROCEDURE SCROLL_DOWN;
Built-in Type restricted procedure
Enter Query Mode no
none
/*
** Built-in: SCROLL_DOWN
** Example: Scroll records down some.
*/
BEGIN
Scroll_Down;
END;