Inside the initialize event for several key text fieldsI have added the
following code:this.bookmarkRoot.createChild("Basic Information",
"this.pageNum=1",
1);this.bookmarkRoot.children[0];this.bookmarkRoot.color=
color.red;this.bookmarkRoot.Style= 2;.....for each text field I change
the index of tis.bookmarkRoot.children[x]; I have a total of 8 bookmarks
I am trying to create.I was hoping to create a separate bookmark for
each major section in the PDF form in this way - but it simply doesn not
...