Skip to main content

incluiding another attachment

Comments

2 comments

  • Lothar Hasenkämper

    Hi Tarik,

    it is not possible in the PrintDef but in the Layout.

    You could add in the generate script something like that

    If Not Engine.IsDoublePass And GetData("LD.Par.PrintMode") = "E" And LEFT(GetData("LD.SysPar.PrintDefId"),10) = "Attachment" Then
    LD.AddAttachment("Path")
    End If

    regards Lothar

     

    0
  • Tarik Ruiz Soto

    Thank you! it works :)

    0

Please sign in to leave a comment.