RichEdit save to PDF decimalSeparator problem

Hi,

I have a problem with the FormatSettings.DecimalSeparator


before I save the File to PDF, the DecimalSeparator = ','
after the saving, the DecimalSeparator changes to  '.'



  ShowMessage('4  ' + FormatSettings.DecimalSeparator);
  AdvRichEditorPDFIO1.Save(Mainfrm.TempDir + '' + 'Export.pdf'); //save report as PDF
  ShowMessage('5  ' + FormatSettings.DecimalSeparator);


best regards

Torsten

Hi,

Problem is solved with the latest Version from today

Great, Thanks

Torsten