GetPreviousRecordNumberUsingKeyValue Method
- Last UpdatedApr 08, 2026
- 1 minute read
Finds the previous record that has the same key value as the given one.
The current member must not be locked.
protected int GetPreviousRecordNumberUsingKeyValue(
int keyNumber,
int lastRecordNumber
)
protected:
int GetPreviousRecordNumberUsingKeyValue(
int keyNumber,
int lastRecordNumber
)
Parameters
- keyNumber
- The key field number.
- lastRecordNumber
- The last record number.
Return Value
The previous record in the sequence. Zero if there are no further records in the list.