View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004903 | JEDI VCL | 00 JVCL Components | public | 2009-08-27 17:01 | 2009-09-22 15:03 |
Reporter | PascalKlaus | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 3.36 | ||||
Target Version | Fixed in Version | ||||
Summary | 0004903: Failure in TJvValidateEdit displaying currency value with special locale settings | ||||
Description | In some circumstances the value is divided by 100, if I exit a JvValidateEdit: DisplayFormat is dfCurrency Local (windows) currency settings are: DecimalSeparator: '.' CurrencyString contained also a point: 'SFr.' Displayformat with CurrencyString at first: 'SFr. 1.1' Putting in: 'SFr. 12.34' results after exit Control: 'SFr. 0.12' | ||||
Tags | No tags attached. | ||||
|
Please try with the latest release, I believe this has already been fixed. |
|
This issue has not been fixed with the current JVCL 3.38. It's the same result exiting the JvValidateEdit component. The result is always 0.12 even if the input value is 12.00 or 12345.00 or 123456789.00 I think the point contained in currencystring is the reason for this. If the currencystring don't have a point (the same char like decimal separator) everything is ok. May be currencystring have to set in quotes before formatting ( 'SFr. 12.00' -> '"SFr." 12.00')? I havn't found the right row in source. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-08-27 17:01 | PascalKlaus | New Issue | |
2009-09-09 19:33 | obones | Note Added: 0016064 | |
2009-09-09 19:33 | obones | Status | new => feedback |
2009-09-15 15:33 | PascalKlaus | Note Added: 0016102 | |
2009-09-22 15:03 | obones | Relationship added | duplicate of 0004952 |
2009-09-22 15:03 | obones | Duplicate ID | 0 => 4952 |
2009-09-22 15:03 | obones | Status | feedback => resolved |
2009-09-22 15:03 | obones | Resolution | open => duplicate |
2009-09-22 15:03 | obones | Assigned To | => obones |