Hello all,
I have a problem and i couldnt figure out why i get this error…
Basicly I have a subform which has two File uploads and a table to show attachments in read mode and checkboxes to delete attachments in edit mode.
When I try to open the attachments (not all of them only a few of them), I get an error note item not found and cant open the file.I couldnt understand why only some of the attachments cause this error…
In the subform I have a computed text which has the below code in it:
“{<img src="/icons/vwicn005.gif"><a href="” + @Text(@DocumentUniqueID) + “/$file/” + @AttachmentNames+ “"”+" target=_blank>"+@AttachmentNames + “}”
So any help will be so appreciated, thanks…
Subject: Note item not found problem
This message occurs when the document contains a rich text item that has file attachment icons in it, but there are not actually any files ($FILE items) attached to the document.
This can happen when the rich text item was copied from elsewhere and the attachments were not also copied. This would tend to happen in R5 when rich text items were copied, I believe.
Otherwise, it might be that the documents are “truncated” – they contain the rich text, including the file attachment icons, but they have not bee replicated in full from the replica where the documents were created, so the actuall attachments are not there. You must replicate the full document to your web server before the attachments can be used there.