xHarbour Reference Documentation > Function Reference |
Sets the Found() flag in a work area of a user-defined RDD.
UsrRdd_SetFound( <nWA>|<pWA>, <lFound> ) --> NIL
The return value is always NIL
UsrRdd_SetFound() is used to set the Found flag to .T. (true) or .F (false). A user-defined RDD is not required to re-implement the Found flag since it is incorporeted in the user-defined RDD system.
See also: | UsrRdd_SetBof(), UsrRdd_SetBottom(), UsrRdd_SetEof(), UsrRdd_SetTop() |
Category: | Database drivers , User-defined RDD , xHarbour extensions |
Header: | usrrdd.ch |
Source: | rdd\usrrdd\usrrdd.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com