PDF Export error "VerifyUnicodeFont: No Font Found"
Hi
A site has been getting the following error when they try to export a report
to PDF- "VerifyUnicodeFont: No Font Found"
We are running D2010 with RB 12.01 Build 197 and the site is running Windows
2003 Standard SP2.
Any idea what could cause this type of error?
Thanks, Luke.
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5432 (20100907) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
A site has been getting the following error when they try to export a report
to PDF- "VerifyUnicodeFont: No Font Found"
We are running D2010 with RB 12.01 Build 197 and the site is running Windows
2003 Standard SP2.
Any idea what could cause this type of error?
Thanks, Luke.
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5432 (20100907) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
This discussion has been closed.
Comments
There is a patch available that should fix this issue. Please email
support@digital-metaphors.com to receive the patch.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
rptBaseReport.DeviceType := dtPDF
rptBaseReport.XLSSettings.ExportComponents :=
[ecText,ecLine,ecImage,ecRichText,ecBarCode,ecOther];
rptBaseReport.AllowPrintToFile := True;
rptBaseReport.ShowPrintDialog := False;
rptBaseReport.TextFileName := sFileName;
rptBaseReport.ShowAutoSearchDialog := False;
rptBaseReport.Print; >>> errors on this line of code "VerifyUnicodeFont:
No Font Found"
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5643 (20101123) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
If possible, please send a simple example to support@digital-metaphors.com
in .zip format that demonstrates this error and I'll take a look at it for
you.
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
It doesnt happen with every report so will see if I can get a sample to you
that produces the error.
Luke