SarahVandenbroucke
Programmer
Hi,
I wonder if the following is possible:
We have a table Person in our database, with the fields p_person and name. (p_person is the unique identifier)
We have a folder: C:\Pictures that contains a picture for each record in the table Person. The name of the picture file is the unique identifier of the record in the Person table, eg "123456.jpg". We do not want to store the pictures in the database!
Now we want a Crystal Report with a list of the persons from the table Person, their name and the picture from the folder C:\Pictures. Since each record has a unique identifier, p_person, and the image files are named p_person & ".jpg", we know what picture goes with what record.
How can you make the image object on your crystal report variable??
Any help would be much appreciated!
Thanks,
Sarah
I wonder if the following is possible:
We have a table Person in our database, with the fields p_person and name. (p_person is the unique identifier)
We have a folder: C:\Pictures that contains a picture for each record in the table Person. The name of the picture file is the unique identifier of the record in the Person table, eg "123456.jpg". We do not want to store the pictures in the database!
Now we want a Crystal Report with a list of the persons from the table Person, their name and the picture from the folder C:\Pictures. Since each record has a unique identifier, p_person, and the image files are named p_person & ".jpg", we know what picture goes with what record.
How can you make the image object on your crystal report variable??
Any help would be much appreciated!
Thanks,
Sarah