when using @AttachmentNames I get double values returned for each attached file. the firts one is the original file name. the second one starts with STG and then followed by a number.
I read a support case on it: http://www-01.ibm.com/support/docview.wss?uid=swg21189683
But this seem to be long ago in the 5.x time.
Anyone a suggestion?
I can filter the resultlist but this is probably not what I want.
Subject: I have seen extra attachments also
On Domino 8.5.1 I was getting duplicate attachments with an ATT name. Reported to IBM support about a year ago. No resolution.
Subject: ATT attachments are a differen issue (I think)
“ATT” attachments are created by Notes when you attach the same attachment (or one with the same file name) twice to a document. Otherwise Notes would have no way of telling which attachment is which.
Subject: If a bug is not corrected, then
a 5.x technote is still applicable when using Notes 8.x.
Subject: $File Items?
When you take a look at the $File items in the document, do you only see the attachments you are expecting or are you also seeing those STG attachments?Does @Attachments return the number you are expecting and does @AttachmentLengths also return double results?
Is this a general problem or does it just happen in a specific document/application?
It would also be interesting to see which results you are getting in LotusScript using the EmbeddedObjects property.