Dynamic graphic location
Dynamic graphic location
(OP)
Hello forum members,
I have a crystal report that uses dynamic graphic location. We store images for different states in USA. Some of the state images are not in the windows file system but we have records for those states in the database. We can store the images to make it work but I want to know how to display a blank or suppress the OLE object if the image is missing for that state.
Thanks in advance.
I have a crystal report that uses dynamic graphic location. We store images for different states in USA. Some of the state images are not in the windows file system but we have records for those states in the database. We can store the images to make it work but I want to know how to display a blank or suppress the OLE object if the image is missing for that state.
Thanks in advance.

Talk To Other Members
RE: Dynamic graphic location
RE: Dynamic graphic location
Thanks for taking your time.That is a possible solution but we will not be going in that direction. Please let me know if there are any other alternatives. Thanks a lot.
RE: Dynamic graphic location
RE: Dynamic graphic location
So use as your original image, the picture you want to display if the state can't be found.
my cViewIMAGE utility returns a NULL image if the file doesn't exist. Seems to be clearer that way
Editor and Publisher of Crystal Clear
www.chelseatech.co.nz/pubs.htm
RE: Dynamic graphic location
I used the cviewimage utility for the images that do not exist and it worked. Thanks a lot for the help.