Enterprise 21.04 for Delphi XE2, PDF faild
When I want to export a report as a PDF file in the report, I get a file which I cannot open in Adobe Reader, in other readers I can see something but the fonts etc. are as if they have been moved, this only happened with the version from July, before it worked without a problem.
Comments
DecimalSeparator := ',';
the preview is ok, the export crashed
solution:
FormatSettings.DecimalSeparator := ',';
FormatSettings.thousandSeparator := '.';
ppFormatSettings := FormatSettings;