Subject | Re: [IBO] The Currency decimal symbol behaves different under Win98 and NT4 |
---|---|
Author | Svein Erling Tysvær |
Post date | 2001-05-10T13:05:20Z |
Jörg,
try
DecimalSeparator:=',';
in your program and see if that helps. But I've got no idea why it doesn't
work in the first place.
Set
>With NT4 currency shows correct, with the comma (124,00 DM)(124.00DM)
>With Win98 currency shows not correct, instead of comma i get a dot
try
DecimalSeparator:=',';
in your program and see if that helps. But I've got no idea why it doesn't
work in the first place.
Set