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 did get this to work finally, so I figured I'd share how I did it.
    1) Create a static object on the report form.
    2) Bind the binary UET from the IDO to the static object.
    3) Set the Component Class to PictureStatic. That class contains all the settings needed.

    That component class is what I was missing. It wasn't necessary for images to work on a form, but for a form report just setting the Underlying Type to BINARY was not enough. That class contains all the necessary settings.
Reply
  • I did get this to work finally, so I figured I'd share how I did it.
    1) Create a static object on the report form.
    2) Bind the binary UET from the IDO to the static object.
    3) Set the Component Class to PictureStatic. That class contains all the settings needed.

    That component class is what I was missing. It wasn't necessary for images to work on a form, but for a form report just setting the Underlying Type to BINARY was not enough. That class contains all the necessary settings.
Children
No Data