void=dbFirst()
The function sets the first record of the database as the actual one.

Parameters
There are no parametres in this function.

Example - Director
global mdb
mdb.dbFirst()

Example - Authorware
CallObject(mdb,"dbFirst")