Friday, August 26, 2005

Error detected in export .dll - Crystal Reports

When exporting Crystal Reports to a .pdf format, the great error message "Error detected in export .dll" started popping up. It took a while to track down, but the cause was this:
An image field was on the report, but the data was null. Worked fine in the viewer, but just not on the export.
Solution: set "Suppress" to isnull(image_field_here).

1 Comments:

Blogger Greg said...

THANK YOU.
This problem has been killing me.

2:09 PM  

Post a Comment

<< Home