Page 1 of 1

Save and load document(TRicViewEdit)

Posted: Sun Feb 03, 2008 11:04 am
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)'

?????

Posted: Sun Feb 03, 2008 4:41 pm
by Sergey Tkachenko
Please send me a simple project to reproduce.