This function assumes you selected a particular index, using the IndexName property.
stEqual searches exactly Key. Returns false if no key matches.stGreaterEqual searches exactly Key or, if not found, the record which key is greater. Returns false if end of file is found.stGreater searches the first record which key is greater than specified Key. Returns false if end of file is found.
When false is returned as result, the cursor is not moved.