K
Karen Clark
I am developing a Word 2000 form that contains three
embedded Objects (Word Docs) displayed as icons. The user
will double-click one or more of the icons to launch the
embedded Word docs. When the user has completed filling
out the form fields in the embedded document, he will save
and close, and will be returned to the main document, to
continue completing the form fields there.
The document is divided into sections. The area where the
object icons are located is unprotected, so the user can
double-click to launch the objects. The rest of the
document is protected for form fields.
Everything works great! Except for one minor detail...
After the user saves and closes the embedded doc, he is
returned to the main doc -- but the object icon is still
selected. Should the user press <Tab> at this point, the
object icon is deleted.
It would be idea if, when the user closes the embedded
doc, his cursor would be located in the next formfield.
I am VERY new at writing VB code. Can anyone help me write
a procedure that would run on exit in each of these three
embedded docs that would direct the user's cursor to a
specific formfield in the main document?
Thank you thank you thank you...
Karen Clark
embedded Objects (Word Docs) displayed as icons. The user
will double-click one or more of the icons to launch the
embedded Word docs. When the user has completed filling
out the form fields in the embedded document, he will save
and close, and will be returned to the main document, to
continue completing the form fields there.
The document is divided into sections. The area where the
object icons are located is unprotected, so the user can
double-click to launch the objects. The rest of the
document is protected for form fields.
Everything works great! Except for one minor detail...
After the user saves and closes the embedded doc, he is
returned to the main doc -- but the object icon is still
selected. Should the user press <Tab> at this point, the
object icon is deleted.
It would be idea if, when the user closes the embedded
doc, his cursor would be located in the next formfield.
I am VERY new at writing VB code. Can anyone help me write
a procedure that would run on exit in each of these three
embedded docs that would direct the user's cursor to a
specific formfield in the main document?
Thank you thank you thank you...
Karen Clark