ich denk mir mal, es dreht sich um eine webanwendung...
also :
itterieren ueber alle attachments via computed text(passthrough html):
in etwa so :
@Implode(
"[<A HREF=\"../" +@Text(@DocumentUniqueID) + "/$FILE/" + @AttachmentNames + "\">" + @AttachmentNames + " ( " +
@Text(@Round(@AttachmentLengths/1024)) + " KB ) "
+ "</A>]" + @NewLine
;" " )
nur dem a tag noch ein target mitgeben oder dir im head ne function popup basteln...
der optik halber noch ein feld '$V2AttachmentOptions' mit vorgabewert "0"
gruss