On premise CSI 9.01.12. I've recently added images/photos to some of our Items in CSI (the photographer is long since gone). I'm working on a new form where I'd like to include the image of the Item, but I also want to clearly show if there is no image (Ex: text that reads 'NO IMAGE').
If I bind the Static to the SLItems 'Picture' property, it works but I can't get the text to ever appear. I've tried a few other changes, but nothing has worked so far. I'm almost thinking I'm going to need two Statics at the same size/location. One has the picture and the other doesn't. Then, toggle visibility based on the PictureExistsFlag.
Is there another way before I start reinventing the wheel?