Page_Up - DfBaseList
Scrolls the data up by the number of items in the display minus one
Type: Procedure
Syntax
Procedure Page_Up
Call Example
Send Page_Up
Description
The Page_Up procedure allows the object to scroll the data up by the number of items in the display minus one. If there are not enough items, the object will place the first item of the list on top. The current_item property will be reset based on the place in the list where the new item is calculated to reside.
send page_up to (alist(self))