Problem inserting RTF with picture link

General TRichView support forum. Please post your questions here
Post Reply
cychia
Posts: 104
Joined: Mon Jan 16, 2006 1:52 am

Problem inserting RTF with picture link

Post 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?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Please send me this RTF file
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Fixed
Post Reply