Using crystal report to display 4 image in one page
Hi everyone
Currently i'm having some problem with displaying image in crystal report. I store the image path in oracle database and i manage to get one image to display. What i want to ask it is possible to put 4 different image in one page? Example
Image 1 | Image 2
Image 3 | Image 4
All four image in one report. Could someone please help me out. Thank in advance
Re: Using crystal report to display 4 image in one page
Yes. Depends on if they are in the same record or not. If not, then you may need to use a subreport for image 2 and 4 and/or create a second Details section if they are in the same record.
Re: Using crystal report to display 4 image in one page
You can print multiple details sections by setting the "Format with Multiple Columns" option in the Section Expert. A new Tab called Layout becomes accessible on which you can format the Details to print multiple times on a single page.
Re: Using crystal report to display 4 image in one page
Yes, of course. Forgot about that one, thanks for the reminder. Haven't used it since the 90's.