Click to See Complete Forum and Search --> : How to load picture in Data Report


santo
August 16th, 2001, 05:40 AM
Dear Friends,

I have a problem in loading a JPEG image in Data Report.

Let says, I have a table in MSAccess 2000, and the field are

ProductID ProductName ImageFile
1 ABCD C:\Image\Image1.jpg
2 EFG C:\Data\Image2.jpg

the 'ImageFile' field contains the path of the image file

if I use form object, it is easy to load the image. I just write the code like this :

imgProduct.Picture=LoadPicture(txtImageFile.Text)

Is Anybody know how to LoadPicture in a DataReport and the path of the picture is in a table ?

please help me



Santo