|
-
August 16th, 2001, 05:40 AM
#1
How to load picture in Data Report
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|