Home General

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

  • the problem is only when i add this line

    DecimalSeparator := ',';

    the preview is ok, the export crashed
  • FOUND:
    solution:
    FormatSettings.DecimalSeparator := ',';
    FormatSettings.thousandSeparator := '.';
    ppFormatSettings := FormatSettings;
Sign In or Register to comment.