Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- db_VISTA III - d_recprev http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   D_RECPREV

SUMMARY
   d_recprev([dbn])
   int dbn;

ARGUMENTS
   dbn         (optional) The number of the database containing the record.

DESCRIPTION
   This function will find the previos occurrence of record of the same type
   that was found with a previous d_recfrst, d_recprev, d_reclast or d_recset.
   This function provides sequential record access capability. The records
   will be retrieved in database address order. Records of a different type
   or deleted records will be skipped.


CURRENCY CHANGES
   curr_rec=record found;

RETURN CODES

   -2     S_NOTFOUND    No more occurrences of record type in the database

  -46     S_NOTYPE      d_recfrst, d_recset, or d_reclast have not been
                        called to set the record type.

See Also: d_recfrst d_reclast d_recset d_recnext

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