Hi @whecht ,The solution requires customization or a custom view. The Report Designer alone cannot easily handle binary image retrieval without code support.
You need to customize the Signature tab on the Employee screen, similar to the one on the Cash Account screen.
Workaround Solution:
1. Store the Signature as a File Attachment on the Employee Record
Steps:
- Navigate to the Employees (EP203000) screen.
- Use the Files tab (paperclip icon) to upload a signature image (e.g., PNG or JPEG).
- Ensure each image file is consistently named (e.g., "Signature.png").
In the Report Designer:
- Use a subreport or a custom SQL view to retrieve the signature image.
- You will need to join the UploadFile and NoteDoc tables to get the image binary using the NoteID of the Employee record.
Note: This approach requires customization or a custom view. The Report Designer alone cannot efficiently handle binary image retrieval without code assistance