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.