D
Daz
I've got a VC++ component that opens Word and creates a new document
based on a user specified document template. The DDE fields in the
document template are then merged with data from our database.
With one customer they use protected forms which won't allow the
updating of the document. To be able to do this I need to turn
protected fields off when the document is created (I've used AutoNew
which works), then turn protection back on after the document is
updated and displayed. However with out making a Hotfix to our software
I can't see a way in VBA (an event probably) to allow me to turn this
protection on after the update.
Any ideas gratefully received.
based on a user specified document template. The DDE fields in the
document template are then merged with data from our database.
With one customer they use protected forms which won't allow the
updating of the document. To be able to do this I need to turn
protected fields off when the document is created (I've used AutoNew
which works), then turn protection back on after the document is
updated and displayed. However with out making a Hotfix to our software
I can't see a way in VBA (an event probably) to allow me to turn this
protection on after the update.
Any ideas gratefully received.