I don't see a way to change the bookmarks value, since these are read
from the template DOM, which is always read only.Even a binding won't
change that, since this will only take effect on the form DOM, which is
the virtual representation of the form created from the template and
data DOMs when the form is initialized.Here an example: A subform (sf1)
with a dynamic binding to the value of an embedded textfield
(field1). My default bookmark name 0,0,0 normal setFocus
Field 1
M...