Advantage Client Engine
Returns True if the last seek or locate function call was successful
UNSIGNED32 |
AdsIsFound (ADSHANDLE hTable, UNSIGNED16 *pbFound); |
hTable (I) |
Handle of table or cursor. |
pbFound (O) |
Return True if record found. |
The found flag will not remain set after other movement in a table. Therefore, it is only guaranteed to be valid immediately following a call to AdsSeek, AdsLocate, or AdsContinue.