Page 1 of 1

Problem inserting RTF with picture link

Posted: Fri Aug 10, 2007 3:02 am
by cychia
I have recently updated the RV source and found the following problem:

I have a rtf file with a picture link inside the rtf content. After inserted the rtf in rv. I tried to call

GetItemExtraStrProperty(ItemNo, rvespImageFileName, strFileName);

but found strFileName = 'INCLUDEPICTURE C:\\DOCUME~1\\CC~1\\LOCALS~1\\Temp\\Test\\123456.JPG \d'
where it should be
'C:\DOCUME~1\CC~1\LOCALS~1\Temp\Test\123456.JPG'.

Is this a bug? Can I have the fix as fast as possible?

Posted: Fri Aug 10, 2007 4:24 pm
by Sergey Tkachenko
Please send me this RTF file

Posted: Wed Aug 15, 2007 9:01 am
by Sergey Tkachenko
Fixed