BtServer:SeekGt()
<< Click to Display Table of Contents >>
BtServer:SeekGt()
|
|
Purpose
Find a record with a key value greater than the key given
Prototype
METHOD SeekGt ( 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
The SeekGt operation retrieves a record in which the field specified by the key number has the next greater value than the one in the key buffer. If the key allows duplicates, this operation retrieves the first record (chronologically) of the group with the same key values.
NOTE:
BtServer:SeekGt() does not check for active scopes !
See Also