I have a report that needs to display 12 image (jpgs). The image size range from 360k (2 of them) to 64k(10 of them).
The images will change based on the record selection of the report. I have figure out how to add the image doing the following: Insert OLE Obect, From File, Select 'Link' and the select the images.
This works great on my development PC running Windows XP Pro. However, when the report is called from the production environment it becomes EXTREMELYYY slow. The 'Updating ActiveX Object' dialog seems to be frozen specially in a Windows 2000 Professional PC. Loading may take anywhere from 2 to 20 minutes!! Why? Obviously unacceptable.
Any ideas on how to speed up the 'refresh' of the images to be viewed. Also, is there a better way to do this? Please feel free to comment. The image are 'not' part of the db (BLOBS). They are all external residing on disk.
Thanks
MW
The images will change based on the record selection of the report. I have figure out how to add the image doing the following: Insert OLE Obect, From File, Select 'Link' and the select the images.
This works great on my development PC running Windows XP Pro. However, when the report is called from the production environment it becomes EXTREMELYYY slow. The 'Updating ActiveX Object' dialog seems to be frozen specially in a Windows 2000 Professional PC. Loading may take anywhere from 2 to 20 minutes!! Why? Obviously unacceptable.
Any ideas on how to speed up the 'refresh' of the images to be viewed. Also, is there a better way to do this? Please feel free to comment. The image are 'not' part of the db (BLOBS). They are all external residing on disk.
Thanks
MW