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 approval. Picture below is what I want but don't know how to get these pictures.
I've already done it with the solution below:
- Edit report POOrder (po641000.rpx)
 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
 
Add Picture Box
Approval Signature:
Mime Type: image/png
Source : Database
Value : =[ApprovalSign.NoteText]
Prepare Signature:
Mime Type: image/png
Source : Database
Value : =[PrepareSign.NoteText]
- Result:
 
来源:https://stackoverflow.com/questions/42823828/add-image-file-on-employee-screen-and-add-it-into-purchase-order-report-designer

