T
Tobias Schröer
Hi folks,
I have two word template projects.
One is loaded globally from the autostart folder you can specify in the
word options. This one contains a toolbar button by which the user can
add a signature graphic file to the document and some basic methods
(like "take the current document, save it and do something with it").
The other is a document template with some form fields and a toolbar
button. When pressing the button, the form fields are read and one of
the global template's methods is invoked. To be able to cll the global
template's method, I need to reference that template. The global
template can be found on a network resource, like \\MyServer\Templates.
Everything works perfectly fine on my developing machine.
When a user now clicks the button on his machine, he gets a compiler
error message, that says that the global template project cannot be
found. When I check the references, I have an entry like "Missing:
~w????.tmp". Back on my developing machine, the reference now points to
the user temp folder and not to the network share anymore. Though,
everything still works fine.
How do I reference a template from a networkshare correctly? Merging the
global template's code to the second template is not an option. There is
a third, fourth, ... template as well (all with the same problems). And
I want to avoid the maintainance effords
Thanks for any suggestions,
Tobi
I have two word template projects.
One is loaded globally from the autostart folder you can specify in the
word options. This one contains a toolbar button by which the user can
add a signature graphic file to the document and some basic methods
(like "take the current document, save it and do something with it").
The other is a document template with some form fields and a toolbar
button. When pressing the button, the form fields are read and one of
the global template's methods is invoked. To be able to cll the global
template's method, I need to reference that template. The global
template can be found on a network resource, like \\MyServer\Templates.
Everything works perfectly fine on my developing machine.
When a user now clicks the button on his machine, he gets a compiler
error message, that says that the global template project cannot be
found. When I check the references, I have an entry like "Missing:
~w????.tmp". Back on my developing machine, the reference now points to
the user temp folder and not to the network share anymore. Though,
everything still works fine.
How do I reference a template from a networkshare correctly? Merging the
global template's code to the second template is not an option. There is
a third, fourth, ... template as well (all with the same problems). And
I want to avoid the maintainance effords
Thanks for any suggestions,
Tobi