Default Avatar

Brigitte

Brigitte

About

Username
Brigitte
Joined
Visits
43
Last Active
Roles
Members

Comments

  • Hi Paul, I find the problem. while compiling the program for a Report designer the property TfrxDesigner.RTLLanguage accidentally was set to true. Thank you very much for your help. Brigitte
  • Hi Paul, fr3 I could not upload. But the zipped. Can you open it with the same result? https://forum.fast-report.com/en/uploads/742/9SE5FEDDEPMH.zip Brigitte
  • Hi Paul, the data I get from a ADO Query to mssql. I have attached a very simple report. It was created with fastreport 2022 with the field N2. Minus is shown behind the number. Then I open the report with fastreport 2025. The minus is still behind …
  • Hello Paul, you can see my configuration below. Both reports use the format %2.2n and both are previewed with fastreport version 2025.1.5 on the same machine. The report showing negativ numbers as -102,23 was created with version 2022.3 and the repo…
  • Where can I found documentation about e.g. the functions deletepage() or addemptypage()?
  • I found the mistake I did. In onafterdata event I set the fields .text property to This doesn't work.
  • Yes, I did. Same wrong result: 2,609 not 2,6090 what I want. Brigitte
  • It dosn't work. I'm using 5.3.13 DecimalSeparator: , FormatStr: %2.4f Kind: fkNumeric ThousandSeparator: ExpressionDelimiters: [,] With 2,6090 I get 2,609 in the Report. Please help! Brigitte
  • Thank you for your answer, but meanwhile I have solved the Problem with a subreport.
  • gpi wrote: » Show your code Here is my code: first; GS_Journal.LoadFromFile(MInfo1.Reportpfad +'\fastreport\WoreBuchungsjounalGutscheine.fr3'); GS_Journal.Pages[1].visible := false; GS_Journal.Pages[2].visible := true; GS_Journal.Pag…