Jump to content

TuniDBFormatedNumberEdit - ShowThousandSeparator


erich.wanker

Recommended Posts

Delphi 10.2 / Mysql /  UniGui 1.90.0.1563

 

The TuniDBFormatedNumberEdit - ShowThousandSeparator shows a strange value :  1.00.00.000,00

- it should be 10.000.000,00 

 

object UniDBNumberEdit8: TUniDBFormattedNumberEdit
            Left = 349
            Top = 215
            Width = 140
            Height = 22
            Hint = ''
            FormattedInput.DefaultCurrencySign = False
            FormattedInput.DecimalGroup = 2
            DataField = 'brutto'
            DataSource = UniMainModule.DZ_report
            TabOrder = 9
            DecimalSeparator = ','
            ThousandSeparator = '.'

Link to comment
Share on other sites

Hi ..

if i put a UniDBFormattedNumberEdit1 in your "DB Demo" the format is also incorrect:

 

 

  object UniDBFormattedNumberEdit1: TUniDBFormattedNumberEdit
    Left = 8
    Top = 146
    Width = 159
    Height = 22
    Hint = ''
    FormattedInput.DecimalGroup = 2
    DataField = 'Length_In'
    DataSource = DataSource1
    TabOrder = 21
    DecimalSeparator = ','
    ThousandSeparator = '.'
  end

issue.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...