L
Leon Pinkney
Hi,
My company is the author of a document management system, and what we are
looking to do is override the save functions from within words, so that when
a user tries to save a document, they will be given the choice of saving to
the system (the normal) or saving to our document management system. Saving
to the document management system is no problem, this code is already there,
however on reading up on the word object model in visual basic, in order to
replace the filesave and filesaveas functions, there are a number of other
functions which will also need to be replaced, in order to capture all such
events where filesave might be called, such as shutting down word with a
document which is unsaved will cause a save prompt.
Is it possible that someone might list the events which I would need to
consider ?
Also once I override the save functions to trigger an option first, if the
user did decide to save simply to the system, how do we go about utilising
the save functions already built into word? As i understand it to override
the built in functions I need to name my functions the same as the
originals.
Simply writing macros is not really a possibility here as it would make
client role out extremely difficult!
Thanks in advance for any help given,
Leon Pinkney
My company is the author of a document management system, and what we are
looking to do is override the save functions from within words, so that when
a user tries to save a document, they will be given the choice of saving to
the system (the normal) or saving to our document management system. Saving
to the document management system is no problem, this code is already there,
however on reading up on the word object model in visual basic, in order to
replace the filesave and filesaveas functions, there are a number of other
functions which will also need to be replaced, in order to capture all such
events where filesave might be called, such as shutting down word with a
document which is unsaved will cause a save prompt.
Is it possible that someone might list the events which I would need to
consider ?
Also once I override the save functions to trigger an option first, if the
user did decide to save simply to the system, how do we go about utilising
the save functions already built into word? As i understand it to override
the built in functions I need to name my functions the same as the
originals.
Simply writing macros is not really a possibility here as it would make
client role out extremely difficult!
Thanks in advance for any help given,
Leon Pinkney