Problem inserting RTF with picture link
Posted: Fri Aug 10, 2007 3:02 am
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?
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?