We are developing a report to show customer information. One requirement for these reports is to display the name and a picture of the account officer associated with the customer.
Our initial idea was to save the pictures in a table and make them available in an object in the Universe. However, we checked the Designer manual and it states that the Blob datatype is not available in in version 6.5.
Has anyone been able to add pictures to reports given this limitation?
there is not such picture that is referenced in the path used in a cell. Either the picture is not there at all or access rights prevents from seeing the picture
there is such picture but it’s not real BMP or TIF format
If a BMP/TIF picture is correctly referenced in the path, for instance I use a path like this in a cell
c:\Images\MyLogo.TIF
then when I change the format of the cell to Image → Bitmapp/TIFF then the picture is shown in the cell. That’s how it works on my laptop.