Finds the previous entry in the index that exactly or partially matches the passed key.
bValue = object.brFindPrevious( sKey, [ vsIId])
Parameter | Description |
---|---|
bValue | The return value is a Boolean data type that is True if the previous entry in the index is an exact or partial match to sKey. |
object | An object variable that represents a clsD3Index object. |
sKey | A String containing the key. |
vsIId | Optional. A Variant (String subtype) containing the item-id of the previous D3 item whose index matches sKey. This is an output-only parameter that returns the same result as the brIndexId property. |
If the previous entry in the index does not match sKey, then the return value is False. The item-id returned is that of the previous sequential entry in the index, unless this is past the beginning of the index.
D3IndexLastKey: key - with the 'L' operator
or
D3IndexPrevKey: key - with the 'P' operator