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
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