Click or drag to resize

DataServer.Seek Method (Typed)

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

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

Return Value

Type: Logic
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