View Full Version : >MANY< Images in a report


j88
09-16-2010, 12:12 PM
Hi All-

While I am doing my research, perhaps someone can point me in the right direction. My report, which is basically a series of numbers on every row x 10 rows per sheet, needs to have each of the numbers replaced by a corresponding image of that number.

All the images are prepared, and can be saved in any format, bmp or whatever. They are currently sorted in directories, but can be saved in a table if needed. What is the best possible solution for this? Your help is greatly appreciated!

-J

Simon_MT
09-16-2010, 12:55 PM
I would suggest to referentially access the images, I would use jpegs as these can be low res and although lossy are more efficient.

Requirements

1) DirectoryPath VB
2) ImageFile Report Query
3) GetPicture Function

Simon