Help Print image from database in crystal report
Hi friends
I am using SQL Server 2000 & VB 6. I want print image on crystal report at run time. Image store in database.
I want to print barcode on crystal report without any additional function.
I am storing barcode image in database. I am using label print report & this label is my barcode.
I am trying it but not success
Re: Help Print image from database in crystal report
Moved to reporting forum
This question has been asked before, so searching this forum should find the solution.
Re: Help Print image from database in crystal report
Re: Help Print image from database in crystal report
What type of Image? Crystal 8.5 supports BMP, JPG, TIFF, PNG - I am not sure about other versions.
How was the Image written to the database? If it was just a basic dump of the file bytes into an Image column then all you need to do is put the field onto the report. No different than any other data type.