Click to See Complete Forum and Search --> : Crystal Reports centering multiple images
baseiber
04-29-2005, 04:26 PM
Hi all,
I have several images each one displays according to certain criteria.
Whatever pictures display have to be centered togeather.
for example:
:) :rolleyes:
:) :rolleyes: :(
:rolleyes: :(
Does anyone have any idea how to do this?
Thanks!
baseiber
05-02-2005, 05:12 PM
well, I guess no one knows how to do this.
Does anyone know a specific site where I might look for answers to this?
I've looked on google and the crystal reports help. I haven't found anything.
I need to somehow group the images and have the ones showing ignore or overlap the ones that are not showing.
Thanks.
SpectreReturns
05-03-2005, 10:13 PM
I'm lost. Try adding in a <center> tag?
baseiber
05-06-2005, 03:29 PM
This is crystal reports version 8.0 I believe. It's basically drag and drop. No html is involved.
The closest option we have come up with is this:
We have 6 images.
1 image shows 5 suppressed
Take all 6 images and stack them one on top of the other and center them. If only 1 image is true then all but that image will be suppressed.
2 images show 4 suppressed
Take 2 stacks of 5 images. (The image that always shows first will be in the first stack. It's not needed in the second stack. And vis versa for the second stack. That's why both stacks have only 5 images.) Script each image on when to show and when to suppress.
3 image show 3 suppressed
Create 2 stacks of 4 and put them to either side of the 1st stack of images. Script all images so only the 3 that are true will show.
etc. repeat until all 6 images are available.
All the images are embedded which means the file size for this one report would be hugh. And this would have to be done to something like 20 reports.
No one seems to be able to find a good solution to this.
Thanks for trying.