qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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