I asked a similar question sometimes ago, but the project is a little different now.
I am using Crystal XI, and I need to show a picture that represent one item. The name of the Item and the name of the initial picture are the same and are read from the same field. The table also has a field that eventually give the name of an alternate picture to be used for this item.
It is possible that the picture do not exist, and in this case I will need to use the alternate picture attached to the item.
Therefore my problem is to retrieve the initial picture if it exit, or if not, to retrieve the alternate picture.
Is it possible to check that the initial picture exist, and if not to insert the picture referenced with the alternate name. I understand that if neither exit, I will not retrieve anything, but I need to check the two alternatives first.
Any help on this one will be appreciated.
I am using Crystal XI, and I need to show a picture that represent one item. The name of the Item and the name of the initial picture are the same and are read from the same field. The table also has a field that eventually give the name of an alternate picture to be used for this item.
It is possible that the picture do not exist, and in this case I will need to use the alternate picture attached to the item.
Therefore my problem is to retrieve the initial picture if it exit, or if not, to retrieve the alternate picture.
Is it possible to check that the initial picture exist, and if not to insert the picture referenced with the alternate name. I understand that if neither exit, I will not retrieve anything, but I need to check the two alternatives first.
Any help on this one will be appreciated.