vbnet- load an image in a Crystal RPT

  • Thread starter Thread starter Pablo
  • Start date Start date
P

Pablo

Friends!
I have to load an image in a Crystal, but its path must
be passed as a parameter or sth like that so as to allow
to show a picture dinamically.
Example: i have a table 'Personnel', each person has its
own ID and in a directory, i have a every JPG named with
this ID. What i need is to show this picture.

Thanks a lot
Pablo
 
hi sorry i am not offering a solution really.

i want to say only that i scrathed my head and wasted so many days findinng
a solution for the same problem.

i am telling u what i found, so that u can think ahead of it and reach
somewhere, that way may be i can find some solution.

first, wht i have come to believe is crystel report which gets installed
with visual studio.net is a limited verision of crystal report. full version
has to be aquired separeatly. which i think is cr verision 9. this will have
full functionality and we will be able to manipulate reports at runtime as
we used to do with earlier cr and vb6 combination.

2nd wht i did to overcome my problem, i used to dynamically save am image
into a table in my database. as cr doesn't have any problem in displaying
image saved as blob in database. it is a bad approach though, i think..

regards
sachin palewar
www.tmtindia.com
 
Back
Top