void=dbNext()
The function sets the next record of the database as the actual one.

Parameters
There are no parametres in this function.

Example - Director
global mdb
mdb.dbNext()

Example - Authorware
CallObject(mdb,"dbNext")