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