| View previous topic :: View next topic |
| Author |
Message |
Moz Guest
|
Posted: Fri Sep 03, 2004 1:10 am Post subject: Saving Word document changes from TOLEContainer |
|
|
I've got Word loaded into a TOLEContainer and working fine. But when I call
Document.Save I get an error message: "EOLEException: The Save method or
property is not available because this document is in another application".
SaveAs works, but won't let me save to the current document name.
So how do I let the user make changes then save their work? Any help
gratefully accepted.
Thanks
Moz
|
|
| Back to top |
|
 |
Deborah Pate (TeamB) Guest
|
Posted: Fri Sep 03, 2004 9:24 am Post subject: Re: Saving Word document changes from TOLEContainer |
|
|
<
But when I call Document.Save I get an error message:
"EOLEException:
Use one of the TOleContainer's save methods, e.g.
SaveAsDocument.
--
Deborah Pate (TeamB) http://delphi-jedi.org
TeamB don't see posts sent via Google or ISPs
Use the real Borland server: newsgroups.borland.com
http://www.borland.com/newsgroups/genl_faqs.html
|
|
| Back to top |
|
 |
Moz Guest
|
Posted: Mon Sep 06, 2004 10:52 pm Post subject: Re: Saving Word document changes from TOLEContainer |
|
|
"Deborah Pate (TeamB)" <d.pate (AT) blueyonder (DOT) co.not-this-bit.uk> wrote
| Quote: | Use one of the TOleContainer's save methods, e.g.
SaveAsDocument.
|
Obvious... now you've pointed it out. Thanks.
Moz
|
|
| Back to top |
|
 |
|