Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

SET_PAGE()

Purpose

Map next-page and previous-page commands to PgDn and PgUp keys.

Arguments

(Passed automatically by SET KEY.)

     x -- procedure name

     y -- line number in procedure

     z -- variable being read, if any.

Setup

Inherited from THE_USUAL().

Example

     SET KEY 18 TO SET_PAGE
     SET KEY  3 TO SET_PAGE

Returns

.T.

Side Effects

Repaints the screen, using the next or previous page. This requires that
the function named by udf_scr contains code to observe the value of
screen_no and take appropriate action.

Artful Calls

None.

Source File

AA_USUAL.PRG

See Also: PAGE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson