boolean=dbEof()
The function gives "true" in case the actual record is the last one in the database. Otherwise the function gives "false" .

Parameters
There are no parametres in this function.

Example - Director
global mdb
if not mdb.dbEof() then
      airPlane=mdb.dbFields() 
end if

Example - Authorware
CallObject(mdb,"dbEof")