I have reports that sometimes need images included. Unfortunately, there is no equivalent to can_grow/can_shrink with an image control to reclaim the blank space if there is no image so I have set the .width and .height in Report_Load (putting the code in Detail_Format doesn't work). My idea is to have a tiny blank image that grows when I need it.
This works, although it overlaps other controls so I have to programatically move everything below it)
The big problem I have though, is that the changes have no effect on produced PDF (DoCmd.OutputTo) which is all I am really bothered about because these get automatically sent (SendObject) to clients.
At the moment, my only solution is to have blank placeholders where images might appear which looks awful.
Any help appreciated.