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

Parameters
There are no parametres in this function.

Example - Director
global ado
if not ado.dbBof() then
      airPlane=ado.dbFields() 
end if

Example - Authorware
CallObject(ado,"dbBof")