Save and load document(TRicViewEdit)

General TRichView support forum. Please post your questions here
Post Reply
tors
Posts: 6
Joined: Thu Jan 31, 2008 7:13 am

Save and load document(TRicViewEdit)

Post by tors »

I am save document :

Code: Select all

RichViewEdit.SaveRVF('E:\Job\CorpSoft\files\2.rvf',false);
Try load doc :

Code: Select all

RichViewEdit.LoadRVF('E:\Job\CorpSoft\files\2.rvf');
Document dont load and
if TRichViewEdit can focus out error :
project raised exeption classs elisterror with message
'list index out of bounds (-1)'

?????
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Please send me a simple project to reproduce.
Post Reply