Crystal Reports Adding Picture
I am using VB 2008 and have created an invoice form with crystal report . I have a picture in the Application.StartupPath called "company.jpg" that i would like to add to the invoice .
I know how to add the picture to the report but the picture can not be changed if i decide to change the picture in the folder Application.StartupPath which i would like to do since different people using the application will have different invoice pictures (company logos for example).
so in other words i would like the picture to refer to a location on the computer . Application.StartupPath is what i'm hoping for .
Any ideas ?