[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| GO |
+---------------------------------+
GO [RECORD] <expN1>
[IN <expN2> | <expC>]
GO TOP | BOTTOM
[IN <expN2> | <expC>]
-----------------------------------
Positions the record pointer.
-----------------------------------
[RECORD] <expN1>
Moves record pointer on physical record number <expN1>.
TOP | BOTTOM
Moves record pointer on first and last records, respectively in
selected database. If the database has an index in use, then the first
record is the record with the lowest key value, and the last record is
the record with the highest key value.
IN <expN2> | <expC>
Moves record pointer in database open in another work area.
+---------------------------------+
| Examples |
+---------------------------------+
CLOSE ALL
SELECT 0
USE invoice
SELECT 0
USE customer
GO BOTTOM IN invoice
? RECNO('invoice')
GO BOTTOM
? RECNO()
GO 5
? RECNO()
USE IN invoice && Close databases
USE IN customer
-----------------------------------
See Also: RECNO(), SELECT, SKIP
-----------------------------------
See Also:
RECNO()
SELECT
SKIP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson