xHarbour Reference Documentation > Function Reference |
Sets the Eof() flag in a work area of a user-defined RDD.
UsrRdd_SetEof( <nWA>|<pWA>, <lEof> ) --> NIL
The return value is always NIL
UsrRdd_SetEof() is used to set the End-of-file flag to .T. (true) or .F (false). A user-defined RDD is not required to re-implement the End-of-file flag since it is incorporeted in the user-defined RDD system.
See also: | UsrRdd_SetBof(), UsrRdd_SetBottom(), UsrRdd_SetFound(), 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