A
Andrea
I'm putting images on reports and it seems that Lebans CreateBitMapFile
function would be helpful. However, I'm not sure I understand it. I'm
hoping someone can help. I particularly don't understand the Private Sub
Detail_Print and the Private Sub Report_Open parts of his code. I'd like to
incorportate his function, but the images (3 t 4) on the 8 to 12 reports I
need are fairly static (will only be changed once a year or so), so I'm not
sure if I need to convert them each time the reports are opened. Seems I
could just import them once, convert them and save them somewhere, then link
them to an image control on the reports. I hope someone on this list can
give me a little guidance on this.
Also, maybe I'm making too much of my issue as I think I can ask my users to
convert images to be used in reports to .bmp files. However, I'm not very
conversant with image data and don't know if external converters do the same
as Lebans program.
Thanks for you help.
Andrea
function would be helpful. However, I'm not sure I understand it. I'm
hoping someone can help. I particularly don't understand the Private Sub
Detail_Print and the Private Sub Report_Open parts of his code. I'd like to
incorportate his function, but the images (3 t 4) on the 8 to 12 reports I
need are fairly static (will only be changed once a year or so), so I'm not
sure if I need to convert them each time the reports are opened. Seems I
could just import them once, convert them and save them somewhere, then link
them to an image control on the reports. I hope someone on this list can
give me a little guidance on this.
Also, maybe I'm making too much of my issue as I think I can ask my users to
convert images to be used in reports to .bmp files. However, I'm not very
conversant with image data and don't know if external converters do the same
as Lebans program.
Thanks for you help.
Andrea