I am using crystal version 8.5 and I am connecting via ODBC to a Microsoft access database.
I have a report that is run through a VB.net application. This report has an image inserted in the report footer section (a cheque image). When this image is inserted the size of the report now becomes 8.30MB. Without this image the size of the report is 787KB.
I have tried saving the image as various formats and the image size is as follows:
Bmp is 7.47MB
Gif 537KB
Png 462KB
Psp 796KB
Tif 557KB
However whichever of the smaller images I try to insert the size of the report is still around 8MB, which is causing memory problems for some users with older pc’s.
Is there a way that I can insert an image without the size of the report increasing to around 8MB?
As some users have only around 250MB of memory left on their hard drive and they need to run reports with these images quite often they seem to be getting DLR03 errors a lot. Users with a lot of spare memory do not have any problems at all. Does the image cause a tmp file to be stored on their hard drive?
Any help would be appreciated.
I have a report that is run through a VB.net application. This report has an image inserted in the report footer section (a cheque image). When this image is inserted the size of the report now becomes 8.30MB. Without this image the size of the report is 787KB.
I have tried saving the image as various formats and the image size is as follows:
Bmp is 7.47MB
Gif 537KB
Png 462KB
Psp 796KB
Tif 557KB
However whichever of the smaller images I try to insert the size of the report is still around 8MB, which is causing memory problems for some users with older pc’s.
Is there a way that I can insert an image without the size of the report increasing to around 8MB?
As some users have only around 250MB of memory left on their hard drive and they need to run reports with these images quite often they seem to be getting DLR03 errors a lot. Users with a lot of spare memory do not have any problems at all. Does the image cause a tmp file to be stored on their hard drive?
Any help would be appreciated.