Printing Images

C

cjohnson

I am trying to print images in a report and it only prints some of them. I
am using the code:
Me![ImageFrame1].Picture = Me![ImageFile1] 'Populates picture already
selected

Where ImageFrame1 is an image control and ImageFile1 is a text box bound to
a field with the server address of the .jpg file.

If I put 6 images per page, it prints 3 of them, if I put 3 images per page,
it prints 3 of them. If I put 4 images per page, it sometimes prints 4 of
them. I have tried putting the above code on the Format event and on the
Print event. Same results for both.

I also want these reports to go to an ADOBE file, No images print when I
print to ADODBE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top