dynamic images in form reports

Has anyone done dynamic images displayed in form reports?    I have a binary UET on the employee form, and have modified the employee form to upload/store/display the employee signature as an image (and that works perfectly).    I cannot however, get that field to display properly on a customized form report.    Any help or tips is appreciated.

Parents
  • I never tried it, but since it works directly in Mongoose forms (such as the CSI component Items > Overview > PictureStatic), taking the raw binary data of the JPG/PNG file, then it could work on reports?
    I know it works directly with Crystal Reports (if you display the item_mst.picture SQL field on the report, the image shows automatically) but you might not be able to link a Crystal Report directly from your Infor software, depending on your version.
    I think it also works with SSRS.
    If there really is no way to make it work simply/directly in Mongoose reports, then I guess you could find on the web a C#.NET code snippet that generates a bitmap or PDF view of an image file's raw binary data, then add the code to your report's Form Script and make it convert the image data into the actual image?
    Just thinking...
Reply
  • I never tried it, but since it works directly in Mongoose forms (such as the CSI component Items > Overview > PictureStatic), taking the raw binary data of the JPG/PNG file, then it could work on reports?
    I know it works directly with Crystal Reports (if you display the item_mst.picture SQL field on the report, the image shows automatically) but you might not be able to link a Crystal Report directly from your Infor software, depending on your version.
    I think it also works with SSRS.
    If there really is no way to make it work simply/directly in Mongoose reports, then I guess you could find on the web a C#.NET code snippet that generates a bitmap or PDF view of an image file's raw binary data, then add the code to your report's Form Script and make it convert the image data into the actual image?
    Just thinking...
Children
No Data