Export problem with BLOB field
Hi all,
I have an Oracle 10g backend & am using Crystal Reports 11. I have created a backend table with BLOB field that stores bmp images. I want the BLOB field to be displayed in the final RPT that is “exported” from VB.Net code. I have made changes to accommodate the BLOB field in the TTX file and included this new field on the RPT as well. But somehow when the export method is called in VB.Net the BLOB image does not show up on the final RPT. I have tried numerous other alternatives to the Export method like ExportToDisk & SaveAs but with no difference in result. It seems that there is an image resolution/size problem with crystal report export methods which does not allow the BLOB field to be exported directly from code. The BLOB field shows perfectly fine when the report is previewed without using any of the aforementioned methods. Any help in this regard is greatly appreciated! :thumb:
Regards,
M