<< Click to Display Table of Contents >> AdoServer:Found Access |
![]() ![]() ![]() |
Determine if Record was found from AdoServer:Seek()
ACCESS Found CLASS AdoServer
LOGIC True if Searched with Softseek and an match was found from the most recent AdoServer:Seek() .or. AdoServer:Found()
Works similarly to the VO FOUND() function. Returns the result of the last Server:Seek() or Server:Find() operation.
oServer:SEEK('SMY',adSeekFirstEQ)
? oServer:EOF // Not EOF
.F.
? oServer:FOUND // Not found
.F.
AdoServer, AdoServer:EOF, AdoServer:Seek(), AdoServer:Find()