Click to See Complete Forum and Search --> : attaching picture in crystal report


falcons
July 12th, 2008, 05:46 AM
dear friends

i want to show the pictures on reports from database.

singel picture has been show also minlti pic by me .. by my requirment is
i want show 4 pics in a page the way is

pic 1 is here pic two is here





pic three is here pic four is here




if i place image field in detail then preview will be display

pic 1


pic 2


pic 3


pic 4


but i want
pic 1 pic 2



pic 3 pic 4




any body know how will display like this...

jawadhashmi
July 21st, 2008, 12:18 AM
There are two ways of showing the images on the report.
one stored as blob in the data base fetch it from there and show it on the report.
second store the image path in database and using it you can show the image on the report.

Its up to you which image you want where

[1] [2]
[3] [4]
or
[1] [3]
[2] [4]

You can place them in detail/header/footer or where you want.