hi, im using a datareport to print some data i have in an access database, in one of the filels i save directory paths for different pictures. The datareport takes that fields as text, so i want to put an imgage control and make its picture the one thats on the path. ive tried this:
DataReport1.Sections("Sección1"
.Controls & _
Set .Item("image1"
.Picture = LoadPicture(.item & _("txtPic1"
.text)
txtpic1 is bounded to the picture field on the database, but i cannt make it work.
any ideas??
thank You very much.
Eli
DataReport1.Sections("Sección1"
Set .Item("image1"
txtpic1 is bounded to the picture field on the database, but i cannt make it work.
any ideas??
thank You very much.
Eli