AdoServer:Bof Access

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:Bof Access

Previous pageReturn to chapter overviewNext page

Purpose

Determine if the server is at the top of the file table

 

Prototype

ACCESS BOF CLASS AdoServer

 

Return

LOGIC        True if pointer is at top of table.

 

Description

True if you attempt to move the record pointer before the start of the table. Also returns true if there are no records in the current table.

 

See Also

AdoServer, AdoServer:EOF, AdoServer:GoTop()