Dear AllI wanted to know how to get fieldOffset and ByteOffset for showing imported image into richtext box on web I am unable to calculate it using lotus script, if anybody knows please help me…
Thanks in advance
Dear AllI wanted to know how to get fieldOffset and ByteOffset for showing imported image into richtext box on web I am unable to calculate it using lotus script, if anybody knows please help me…
Thanks in advance
Subject: URL of embedded image
This is not going to be easy to do using LotusScript – definitely not efficiently. I think you would need the C API for this, perhaps as an added DLL that you could call.
If you say more about what you’re trying to do, we could perhaps suggest other ways. For instance, using DXL you could take embedded images and duplicate their contents as file attachments, for which it is easy to calculate a URL at runtime.