Error with Save/Load RVF

General TRichView support forum. Please post your questions here
Post Reply
retwas
Posts: 39
Joined: Tue May 21, 2013 1:41 pm

Error with Save/Load RVF

Post by retwas »

Hello,

I'm using a TRichViewEdit.

I have 2 buttons.
- First - It's for save the file

Code: Select all

rveDocument.SaveRVF('c:\rvfsave.rvf', false)
- Second is for load the file

Code: Select all

rveDocument.loadRVF('c:\rvfsave.rvf');
When I load RVF I have the error message "Index out of bound (-1)"

Can you help me ?

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

Post by Sergey Tkachenko »

Please send a sample project reproducing this problem to richviewgmailcom
retwas
Posts: 39
Joined: Tue May 21, 2013 1:41 pm

Post by retwas »

Finally I find where was my problem.

Then I have a question about HTML.
I see that I can use a saveHTML, but loadHTML don't exist ?
Post Reply