xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

UsrRdd_SetFound()

Sets the Found() flag in a work area of a user-defined RDD.

Syntax

UsrRdd_SetFound( <nWA>|<pWA>, <lFound> ) --> NIL

Arguments

<nWA>
This is the numeric work area identifier of a work area maintained by a user-defined RDD.
<pWA>
Alternatively, the work area pointer as passed from internal functions of the RDD system can be specified.
<lFound>
This is a logical value specifying the EoF() flag for the work area.

Return

The return value is always NIL

Description

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.

Info

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


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe