I am printing a variable logo in a report. The logo varies on the header of each page depending on the brand of the product.
I have created image frame which is in the group header for all the headings of the report. The path / file name are located in the query that is tied to the report. It is called by the onformat event on the group header: Me![ImageFrame].Picture = [LogoFile]
My problem is this:
1) Using this method has slowed down the report considerably. The images are about 30-40K. They are jpg files.
2) As each page is processed, I can see a flash on the screen that says "importing..." (or something like that). This flash will be disconcerting to the users.
I need suggestions on how to remove that flash and speed up the processing.
Thanks.
I have created image frame which is in the group header for all the headings of the report. The path / file name are located in the query that is tied to the report. It is called by the onformat event on the group header: Me![ImageFrame].Picture = [LogoFile]
My problem is this:
1) Using this method has slowed down the report considerably. The images are about 30-40K. They are jpg files.
2) As each page is processed, I can see a flash on the screen that says "importing..." (or something like that). This flash will be disconcerting to the users.
I need suggestions on how to remove that flash and speed up the processing.
Thanks.