trichview.support
Re: Undo and the TRVOfficeConverter |
Author |
Message |
Sergey Tkachenko |
Posted: 10/29/2004 14:06:14 Yes, ImportRV() calls rve->LoadRTFFromStream() inside. This is a function for loading document, it cannot be undone (as well as rve->Clear() and rve->LoadRTF()). If you need to insert RTF in the caret position, use if (rvc->ImportRTF(...)) { rvc->Stream->Position = 0; rve->InsertRTFFromStreamEd(rvc->Stream); } > > I use the following code for importing documents with TRVOfficeConverter: |
Powered by ABC Amber Outlook Express Converter