ChrisWest99
Technical User
Hello,
I'm working with images on a report. I need the image to be shown normal size.
I've linked the control to a table that contains the UNC path to the image (MS KB#210100)
But the Clip, Stretch and Zoom options do not do what I need.
When the report executes OnFormat, it needs to find the picture, determine the size of the image, then display the image in the report at the determined size. Then do the whole process over for the next record. If there is no image UNC in the table, it displays a 1x1 pixel image.
Can the image control on the report be dynamically resized as I've described?
Could the code posted here be modified to work on a report?
Any insight or ideas arfe appreciated. I've been trying various VB coding but can't seem to find the right mix.
Thanks,
Chris
I'm working with images on a report. I need the image to be shown normal size.
I've linked the control to a table that contains the UNC path to the image (MS KB#210100)
But the Clip, Stretch and Zoom options do not do what I need.
When the report executes OnFormat, it needs to find the picture, determine the size of the image, then display the image in the report at the determined size. Then do the whole process over for the next record. If there is no image UNC in the table, it displays a 1x1 pixel image.
Can the image control on the report be dynamically resized as I've described?
Could the code posted here be modified to work on a report?
Any insight or ideas arfe appreciated. I've been trying various VB coding but can't seem to find the right mix.
Thanks,
Chris