Hi there,
I have an application where users can indicate a url to their logo stored online.
When they open a report (invoice, quote) that logo gets displayed in an image frame (online image gets stored in a temp folder before that).
Now I would like the image frame to adapt to the actual image size which, of course, always varies from user to user.
I tried the fResizeImageFrame function from this post...
http://www.access-programmers.co.uk/forums/showthread.php?t=110252
...but it doesn't work. Images do not get properly displayed (e.g. as I see them when I open the image in an image viewer).
This is the code in the report:
Has someone successfully implemented this? BTW: I am working with Access2007. But I suppose that the function etc. should work as well with the 07 version.
Thanks for help! Frank
I have an application where users can indicate a url to their logo stored online.
When they open a report (invoice, quote) that logo gets displayed in an image frame (online image gets stored in a temp folder before that).
Now I would like the image frame to adapt to the actual image size which, of course, always varies from user to user.
I tried the fResizeImageFrame function from this post...
http://www.access-programmers.co.uk/forums/showthread.php?t=110252
...but it doesn't work. Images do not get properly displayed (e.g. as I see them when I open the image in an image viewer).
This is the code in the report:
Code:
Me.Bild129.Picture = di
Call fResizeImageFrame(Me.Bild129)
Has someone successfully implemented this? BTW: I am working with Access2007. But I suppose that the function etc. should work as well with the 07 version.
Thanks for help! Frank