[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GO

    GO/GOTO positions the record pointer to a specified record in the
    active database file.

Syntax

    GO/GOTO <expN>/BOTTOM/TOP

Argument

    <expN> is the specific record to move the record pointer to.  GOTO
    moves the record pointer to this record even if DELETED is ON or it
    falls outside the scope of the current filter.

Options

    Bottom: GO/GOTO BOTTOM moves to the last logical record in the
    current work area if there is an active index or LASTREC() if there
    isn't one.  If DELETED is ON or there is an active FILTER, this is the
    last record in the filter scope.

    Top: GO/GOTO TOP moves to the first logical record in the
    current work area if there is an active index or record 1 if there
    is no index in USE.  If DELETED is ON or there is an active FILTER,
    this is the first record in the filter scope.

See Also: SKIP LASTREC() RECNO()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson