AdoServer:Found

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class > Properties >

AdoServer:Found

Previous pageReturn to chapter overviewNext page

Purpose

Determine if Record was found from AdoServer:Seek()

 

Prototype

ACCESS Found

 

 

Data Type

LOGIC        True if Searched with Softseek and an match was found from the most recent AdoServer:Seek() .or. AdoServer:Found()

 

Description

Works similarly to the X# FOUND() function. Returns the result of the last Server:Seek() or Server:Find() operation.

 

Example(s)

 oServer:SEEK('SMY',adSeekFirstEQ)

? oServer:EOF           // Not EOF

.F.

? oServer:FOUND         // Not found

.F.

 

 

See Also

AdoServer, AdoServer:EOF, AdoServer:Seek(), AdoServer:Find()