I have a view with a column named ‘Attachments’ which contains simple function ‘Attachment Names’. This is the second column of the view. Now I want to find the attached file name of the selected document of that view. Is it possible?
Pl. give me a solution. Thanks.
Subject: To find out the attachment name from a column having function Attachment Names in a view
You could do a @DBLookup on this view based on your key and fetch the 2nd column which eventually has the attachment names that you are looking for.
Subject: RE: To find out the attachment name from a column having function Attachment Names in a view
Thanx. But can it be possible using Lotus script.
Subject: Yes, check “NotesViewEntry” class in help
Subject: RE: Yes, check “NotesViewEntry” class in help
Thanx a lot. It is done