changing image in report runtime
i am using vb 6 and crystal report 10, one of my client want to have dinamic picture baseon comapny selection as logo of report
this picture should be changed from vb threough code
to me it seems to impossible
still any of u have any idea abot this help me
thanks
Re: changing image in report runtime
put a picture box, well, anything that supports picture. in code check the company selected and put the control.picture=loadimage(SelectedCompanyLogo)
Re: changing image in report runtime
Welcome To The Forums rupal!
I'm real sorry but I can't help you with this. Try Search The Forums or Search Google .
Re: changing image in report runtime
Quote:
Originally Posted by rupal
i am using vb 6 and crystal report 10, one of my client want to have dinamic picture baseon comapny selection as logo of report
this picture should be changed from vb threough code
to me it seems to impossible
still any of u have any idea abot this help me
thanks
The logo is supposed to appear on the Crystal Report or a VB Form?
Re: changing image in report runtime
Where are the logos stored? Filesystem or in the db? What db are you using if their in a db?
Moved from classic vb forum.
Re: changing image in report runtime
Have a look at this KB article on the Crystal web site, it may help:
http://support.businessobjects.com/l...s/c2004336.asp
Re: changing image in report runtime
i am having logo in file , if its in database how do i use ,i am using sql 2000 db