Thank you for your reply, Jean-Guy.
Unfortunately, putting the file in the users' template directory is "too
complicated" unless there's someway to do this automatically for them. (For
example, if I had an executable that detected the UserTemplate folder and
copied the file into that directory -- and users could run the executable on
a double click from an email attachment -- that probably would be acceptable.
However, I don't have a clue as to how to do this.)
Your point re. saving and overwriting the original doc file is a good one.
I've set the original doc file to "read only" hoping to avoid this...
I noticed your response to another's question ("placing a control on a
document") that ActiveX buttons will cause security warning issues... And, of
course, I've used ActiveX buttons. (Though I'm willing to try to change that.)
Tried the macro button approach you described in the other post, but it
doesn't work with a protected form...
My main problem (aside from not being a programmer ;-) is that they want
everything to work without any user intervention at all (because nobody will
read directions on what they need to do).
Lisa was telling us:
Lisa nous racontait que :
> Thank you for your reply, Jean-Guy.
>
[quoted text clipped - 5 lines]
> attachment -- that probably would be acceptable. However, I don't
> have a clue as to how to do this.)
You need an Installer... I do not know of a product that will let you build
such an executable (that will locate the appropriate folder) without any
programming background...
> Your point re. saving and overwriting the original doc file is a good
> one. I've set the original doc file to "read only" hoping to avoid
> this...
Good thinking!
> I noticed your response to another's question ("placing a control on a
> document") that ActiveX buttons will cause security warning issues...
[quoted text clipped - 3 lines]
> Tried the macro button approach you described in the other post, but
> it doesn't work with a protected form...
Then you are not doing it right somehow... MACROBUTTON fields work in
protected forms (In fact, we use them to replace Hyperlink fields that do
not work in protected forms...)
> My main problem (aside from not being a programmer ;-) is that they
> want everything to work without any user intervention at all (because
> nobody will read directions on what they need to do).
Are these clients of your a big corporation or a small outfit?

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
Lisa - 02 Feb 2007 19:32 GMT
> You need an Installer... I do not know of a product that will let you build
> such an executable (that will locate the appropriate folder) without any
> programming background...
I suspected as much. Thanks for confirming.
> Then you are not doing it right somehow... MACROBUTTON fields work in
> protected forms (In fact, we use them to replace Hyperlink fields that do
> not work in protected forms...)
I'll play with this some more... Worked like a charm in an uprotected
document, but couldn't click on it in protected. Doubtless a problem between
chair and keyboard ;-)
> Are these clients of your a big corporation or a small outfit?
I really don't know much about the "client" -- I did the form as as a favor
to a friend (and no good deed goes unpunished ;-). I believe the end-user
company has offices internationally (sounds big to me). On the other hand,
the IT department said if I saved the file with Macro Security Level = Low on
my system, everybody in their org could run the code without having to click
"enable macros." (Doesn't sound like a sophisticated IT dept to me ;-)
Thanks again for your time and good advice!
Lisa - 02 Feb 2007 19:36 GMT
> Then you are not doing it right somehow... MACROBUTTON fields work in
> protected forms (In fact, we use them to replace Hyperlink fields that do
> not work in protected forms...)
Well, I just re-tested the MACROBUTTON field in a protected form and it
works perfectly... Have no idea what I did wrong before.
Thanks again!
Berlie - 07 Feb 2007 02:31 GMT
I use an open source installer to install a template with macros into
user's template folders.You can find it at http://nsis.sourceforge.net/Main_Page.
I use it in conjunction with an editor that has a wizard that walks
you through setting up the installer. It can be found at http://
hmne.sourceforge.net/.
> > Then you are not doing it right somehow... MACROBUTTON fields work in
> > protected forms (In fact, we use them to replace Hyperlink fields that do
[quoted text clipped - 3 lines]
> works perfectly... Have no idea what I did wrong before.
> Thanks again!
Lisa - 07 Feb 2007 03:07 GMT
This sounds terrific -- and something I'd enjoy learning regardless, just to
have the capability should I need it in the future.
Thank you much, Berlie!
> I use an open source installer to install a template with macros into
> user's template folders.You can find it at http://nsis.sourceforge.net/Main_Page.
[quoted text clipped - 9 lines]
> > works perfectly... Have no idea what I did wrong before.
> > Thanks again!