Page 1 of 1

Ho to change decimal point from point to comma?

Posted: 2015-09-25 13:40
by wemersonrv
Hi, i'm newbie at AppGini and starting a new application using this amazing tool.

The app is for use only in Brazil and here the decimal separator for numbers is the comma(,) not the point(,)... But the generation in appgini is automated and use point(.) as decimal... how can i change it to be useful in appgini ?

Complementing... Like comma(,) is the decimal separator, the thousands separators is point(.), of course.

Re: Ho to change decimal point from point to comma?

Posted: 2016-02-12 18:27
by Ola Yakout
In field , There is Data format tab which show you the format used in AppGini.
if you want to add/edit format click in the add/edit format button which will tell you that you can do it by using that script "C:\Program Files (x86)\AppGini\dataFormats.cfg"

Re: Ho to change decimal point from point to comma?

Posted: 2022-07-10 01:51
by AhmedBR
Hi everyone,

It is a small world, after all these years, I needed this today.

Using dataFormats.cfg only MASKs the number, BUT does not solve the problem.
If you write with comma, the number will be truncated, loosing the math in the process. 100,25 will be 100 (the 0.25 will be gone).
Any ideas how to do this?

thank you

Re: Ho to change decimal point from point to comma?

Posted: 2022-07-10 02:10
by AhmedBR
Found a solution here (google did not show that link)
viewtopic.php?t=1278


Hope it works :D

Re: Ho to change decimal point from point to comma?

Posted: 2022-07-10 19:05
by AhmedBR
there is also this link:
viewtopic.php?t=4297

trying to group the links in one topic easier for the next one to look for this.