problem is that when i attach image in rt fields, its work fine,but it shows in rtfield as small icon,what i nead is that the image sholud show as the size of image, means if image size is 200*200 then it should shows in rtfield as it. not in form of attachment ,it shuold be show as full image what i attaching.is that any other way to attaching the image with full looks.
one thing more when i import image then its shows the full size in fields ,but it doesnt show anything regarding the images in the wiev.
all are i m trying through lotus script.
anybody can help me …
Subject: If you don’t mind a third-party solution, take a look at Import Image 2 Lotus Notes
Voith's CODE :: Import Image 2 Lotus Notes …
Subject: regarding image attachments
You have at least three choices, none of them great. You can attach images, in which case they are easily accessible from the web by URL, but are just attachments in Notes. You can import images, in which case they are viewable in Notes and on the web, but not easily accessible by URL (or at least the URL is hard to figure out, not hard to use). New to ND6, you can change the database property to “Display images after loading” and import the images and then the image is visible in both Notes and the web, and the URL is something closer to a file attachment, but the attachment name is still not exactly predictable.
I’m sorry there aren’t better answers. There are ways to use third party products to find the URL of an imported image or to create the third kind with a predictable name, but there are no really good answers.