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

GO_BOT() or GO_NXT() or GO_PRV() or GO_TOP()

         or

SET KEY ### TO GO_???

Purpose

Move the record pointer in the current table (in terms of the controlling
index) and update the screen.

Arguments

(Passed automatically if called through SET KEY)

     x -- procedure/function name

     y -- line number if compiled with line numbers, else 0

     z -- variable being read, if any

Setup

These function are actually designed for use within THE_USUAL. It moves the
record pointer appropriately and then calls SAYREC to update the screen.
They are assigned to hot-keys for use within THE_USUAL.

Example

Pressing the Up arrow, Down arrow, Ctrl-PgUp, or Ctrl-PgDn while in
any session of THE_USUAL will activate these functions.

Returns

.T. if the move does not cause any breaks in the relation chain, else .F.

Side Effects

The record pointer is adjusted for the move and the screen is refreshed
with the new information.

Artful Calls

SAYREC

Source File

AA_MOVE.PRG

See Also: SAYREC()

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