Large images to print

B

Bruno Frisque

Hi group of pro's,

My question is simple :

I have a table containing 131 records with image names in it.
The images are large, from 3 to 49 Mb.

How to print (A2000 ou A2002) the images ?

Image container : image too big ... (is the limit approx 4Mb ?)
On a form the message is err 2114, on a report, non message but NO image....

UnBound or Bound frames :

With the code onFormat :
OLEUnbound0.SourceDoc = Document_Path & Document_Name 'it is OK (even
with a 4Mb image)
Debug.Print "OLEUnbound0.SourceDoc : " & OLEUnbound0.SourceDoc
the debug shows well all the names ....

BUT all the other pages retain only the first one ....
And something like
Unbound0.acCreatelink doesn't work in a report ??

Any suggestions on how to do ?

Many thanks in advance
 
S

Stephen Lebans

Access is really not the application to print the Images you refer to. I
think you may have to print your report in multiple sections to get around
the "lack of resources/memory" issues.

Use the standard Image control, not an OLE Frame control.
You must modify the registry to turn off the Loading Image dialog.
Use the fLoadPicture function on my site to load your large images into the
Image control.
http://www.lebans.com/loadjpeggif.htm

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
B

Bruno Frisque

Thanks for your (sad) answer Stephen,

I have already spent a good time, yesterday, on your site. (which is really
great)
Thanks for this link, I'll try to exploit that soon.

Bruno
 

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