Click or drag to resize

DataServer.Seek Method

X#
Move to the next record having a specified key value in the controlling order.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Seek(
	uValue
) AS USUAL CLIPPER
Request Example View Source

Parameters

uValue (Optional)
Type: Usual
The value to be searched for. The data type of the search expression should match the type of the controlling order. If there is no controlling order, Seek() searches on the record number and is therefore equivalent to GoTo().

Return Value

Type: Usual
TRUE if the specified key value was found; otherwise, FALSE. Note that a FALSE value can indicate either that the value was not found or that the server does not support this search operation. Use the DataServer:Status property to determine the reason for a failure.
See Also