Add image file on Employee Screen and add it into Purchase Order report designer

前端 未结 1 779
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-24 20:26

On Employee Screen (ScreenId=EP203000) I added the image file as signature. After Add it I want to display that signature of employees on Purchase Order form as owner and approv

1条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-24 21:21

    I've already done it with the solution below:

    1. Edit report POOrder (po641000.rpx)
    2. Add more relationships

      • POOrder Join EPApproval (NoteID - RefNoteID)
      • EPApproval Join EPEmployee (ApprovalByID - UserID)
      • EPEmployee Join NoteDoc (NoteID - NoteID)
      • NoteDoc Join Note (NoteID - NoteID) : ApprovalSign
      • NoteDoc Join UploadFile (FileID - FileID)
      • POOrder Join EPEmployee (EmployeeID - BAccountID) : PrepareSign
    3. Add Picture Box

      1. Approval Signature:

        Mime Type: image/png

        Source : Database

        Value : =[ApprovalSign.NoteText]

      2. Prepare Signature:

        Mime Type: image/png

        Source : Database

        Value : =[PrepareSign.NoteText]

      3. Result:

    0 讨论(0)
提交回复
热议问题