void=dbGoToBookmark(name: string)
The function sets as actual record the record that is represented by the given bookmark.
ParametersThe parameter of the function is name, which represents name of the bookmark.
Example - Director
global mdb
mdb.dbGoToBookmark("test1")
Example - AuthorwareCallObject(mdb,"dbGoToBookmark","test1")