qck.hlp (Table of Contents; Topic list)
MOVEFIRST, MOVELAST, MOVENEXT, MOVEPREVIOUS Statements
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
                 ISAM available in Professional Edition only
──────────────────────────────────────────────────────────────────────────────
 Make records current according to their relative position on the current
 index in an ISAM table. For example:
    • First record (MOVEFIRST)         • Last record (MOVELAST)
    • Next record (MOVENEXT)           • Previous record (MOVEPREVIOUS)
 
 Requires PROISAM.EXE or PROISAMD.EXE in the programming environment
 (VBDOS.EXE).
 
    MOVEFIRST [#]filenumber%
    MOVELAST [#]filenumber%
    MOVENEXT [#]filenumber%
    MOVEPREVIOUS [#]filenumber%
 
    ■ filenumber%    Number of open ISAM table (same number used
                     in OPEN statement)
 
 See Also
    BOF Function                     EOF Function
    ISAM Database Development        LOF Function
    PROISAM Command-Line Options     PROISAMD Command-Line Options
    SEEKEQ Statement                 SEEKGE Statement
    SEEKGT Statement