BtServer:SeekLt()
<< Click to Display Table of Contents >>
BtServer:SeekLt()
|
|
Purpose
Find a record with a key value smaller than the key given
Prototype
METHOD SeekLt ( uValue ) CLASS BtServer
Argument(s)
<uValue> One key value or an optional array of key values to seek for. The
type of the values must match the (VO equivalent of) the btrieve
types that the index consists of
Return
LOGIC Was the key found
Description
Get Less Than retrieves a record in which the value for the key specified by the key number has the previous lesser value than the value you supply in the key buffer. If the key allows duplicate values, this operation retrieves the last record (chronologically) of the group with the same key values.
NOTE:
BtServer:SeekLT() does not check for active scopes !
See Also