void=dbGoToBookmark(name: string)
The function sets as actual record the record that is represented by the given bookmark.

Parameters
The parameter of the function is name, which represents name of the bookmark.

Example - Director
global ado
ado.dbGoToBookmark("test1")

Example - Authorware
CallObject(ado,"dbGoToBookmark","test1")