thousand seperator bug??

edited 7:17AM in FastReport 4.0
When I change the thousand separator in the Memo properties of a float value it still keeps using the thousand separator of my regional setting.
How come?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 7:17AM
    what is your display format setting?
  • Daniel Neo SistemasDaniel Neo Sistemas Tubar??o, SC - Brazil
    edited 7:17AM
    This problem maybe resolved changing the Display Format of memo for Number, select your correct format and write your decimal separator ( "." or ","), and the thousand separator will be right.

    Regards,

    Daniel
    WJansen wrote: »
    When I change the thousand separator in the Memo properties of a float value it still keeps using the thousand separator of my regional setting.
    How come?
  • edited 7:17AM
    gordk wrote: »
    what is your display format setting?

    Sorry for the delay.

    In the OS for Regional Settings (Dutch (Netherlands):
    Numbers: 123.456.789,00
    (Currency: ??¬ 123.456.789,00)

    The properties of the tfrxMemoView regarding the format is Number %2.2n and DecimalSeperator '.', ThousandSeparator ','

    The result I want is:
    Numbers: 123,456,789.00

    What I can establish is:
    Numbers: 123.456.789.00





  • gordkgordk St.Catherines On. Canada.
    edited 7:17AM
    here is problem
    The properties of the tfrxMemoView regarding the format is Number %2.2n and DecimalSeperator '.', ThousandSeparator ','
    %2.2n gives the delphi format which is system reliant.
    use a custom format string.
  • edited 7:17AM
    gordk wrote: »
    here is problem
    The properties of the tfrxMemoView regarding the format is Number %2.2n and DecimalSeperator '.', ThousandSeparator ','
    %2.2n gives the delphi format which is system reliant.
    use a custom format string.

    Please tell me how to use a custom format string that does this for me

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.