G
Guest
I have a db where one of the fields contains the path to a jpg file. I've got
a report that runs and in the detail section I have VB code that loads the
path into a picture control. In the event that the image file is not found I
load a NoPicture.bmp. It functions properly for the first maybe 300 or 400
images (each are roughly 200 kb, although is this an issue since we've linked
the images using code?) Finally, this error message appears and the process
of adding images to the report stops:
"The expression On Format you entered as the event property setting
produced the following error: Microsoft Access doesn't support the format
of the file: ..." and then displays the name of the file, so it didn't
load the picture. I then delete that entry from the report
table, and it moves on to another file that it says it doesn't recognize.
There are no problems with the path names of these files.
It feels like I'm bumping up against a size limitation, if it is does
anybody know what it is? If not then what do you suppose the problem is?
a report that runs and in the detail section I have VB code that loads the
path into a picture control. In the event that the image file is not found I
load a NoPicture.bmp. It functions properly for the first maybe 300 or 400
images (each are roughly 200 kb, although is this an issue since we've linked
the images using code?) Finally, this error message appears and the process
of adding images to the report stops:
"The expression On Format you entered as the event property setting
produced the following error: Microsoft Access doesn't support the format
of the file: ..." and then displays the name of the file, so it didn't
load the picture. I then delete that entry from the report
table, and it moves on to another file that it says it doesn't recognize.
There are no problems with the path names of these files.
It feels like I'm bumping up against a size limitation, if it is does
anybody know what it is? If not then what do you suppose the problem is?