Crystal Reports Image size reverts back when printing
I'm using visual basic 6 and crystal reports Version 9 report off of a SQL database
to print a furniture catalogue. The report consists of eight images per page. The image comes from an OLE object which shows the image dynamically from an image path field as the graphic location. My images are not all the same size...they are close, but not the same. Some are taller and some are wider than others. So when I jam these images into a set area, some get squashed vertically and others horizontally. I've played with "size and position", , "scaling" and "size", but still can't seem to make the scaling and proportions work for all my images.
I have been now been able to resize the images to keep scaling and proportions work for all my images and view the report within the crystal report viewer but when I come to print the report the images revert to their original sizes.
Is there a way when you print a report from the viewer that it prints what you see on screen or a way when you print a report from the viewer you can execute the set sect = crReport.Sections(“DetailSection1”).
Many thanks in advance
Re: Crystal Reports Image size reverts back when printing