Method XbpBrowse():pageUp() Foundation

Moves the browse cursor one page up.

Syntax
:pageUp() --> self
Return

:pageUp() returns a reference to the XbpBrowse object.

Description

The method :pageUp() moves the record pointer backward the number of data records which are visible in the browse window, and invalidates the browse display. If the first data record is already visible in the browse window, the browse cursor is merely positioned to the first data row. When the browse cursor is already on the first data row and the record pointer also stands on the first record, the browse window remains unchanged and the XbpBrowse object evaluates the code block assigned to the instance variable :hitTopBlock.

The changes applied by the :pageUp() method will not be visible until the browse is stabilized. Use :forceStable() to make the changes become visible immediately.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.