I am using Crystal XI. I have a blob field that contains an image. There can be several types of images. What I am trying to do is get it so only the image type of "Photo Image" displays. SOme records may not have an image, and I need the data to still print for them without the image.
If I use Select Exprt and have that field = "Photo Image", it will print only the records for thos that have a "Photo Image" and will not print them if they do nto have a "Photo Image".
There are several types of images, but for this report, the only image I need to print is the Photo Image and no image if they have no photo image with ot without any other type of image.
And of course, the image is contained in a blob field. The Image type firls is called: type_rtk_of_images
and the blob field which contains the images is called: imagecontents_of_images
I am also not able to use a blob field in a formula using XI as well.
Thanks in advance for the help.
If I use Select Exprt and have that field = "Photo Image", it will print only the records for thos that have a "Photo Image" and will not print them if they do nto have a "Photo Image".
There are several types of images, but for this report, the only image I need to print is the Photo Image and no image if they have no photo image with ot without any other type of image.
And of course, the image is contained in a blob field. The Image type firls is called: type_rtk_of_images
and the blob field which contains the images is called: imagecontents_of_images
I am also not able to use a blob field in a formula using XI as well.
Thanks in advance for the help.