how to print non-ole-images

  • Thread starter Thread starter A.J.M. van Rijthoven
  • Start date Start date
A

A.J.M. van Rijthoven

I have a textfield in my database which stores the location of an
image. Each time a record is selected, the right image is loaded based
on the path stord in the textfield.
Now I want to print a report with these pictures. Is this possible??
 
Did you try putting an image control on the report ? To my feeling, in
regard to constructing a report, the image control isn't any different from
constructing a form....

So if you succeed in setting the image control's properties in the
appropriate event, I think you should be able to do so

Overreading makes me realize that my answer is pretty vague, but I still
think it is clear what I mean, if you are a little bit familiar with setting
(an image's) control properties in a form ...

kind regards,

flupp
 
Back
Top