AdoServer:Found Access

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:Found Access

Previous pageReturn to chapter overviewNext page

Purpose

Determine if Record was found from AdoServer:Seek()

 

Prototype

ACCESS Found CLASS AdoServer

 

 

Return

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 VO 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()