I have a notes form that has a rich text field that contains an image that is shown on our website. If you open the form in the notes client the field is there but the attachment is not (the field is blank). There is a $File field on the form with the correct info about the attachment (i.e. name/size/etc…) When you go to the website where the image is shown, it is there and works fine. You just cannot see the image in the notes client. Any ideas?
Subject: Attachments disappear from r/t field but are still shown on web?
Mike,
If the attachment is in a rich text field and there is a hide when formula on the field then the attachment icon will not display.
I tested this out and the $File will be normal but you will not see it in the field and there is no way from the UI that you can unhide it (not that I could see).
Select all the contents of the rich text field and see if there is a hide when formula.
You should be able to use LotusScript to fix things if this ends up being the problem.
- Brent
Subject: RE: Attachments disappear from r/t field but are still shown on web?
Thanks for your response. There aren’t any hide/whens on the r/t field. That is what is strange.