View Issue Details

IDProjectCategoryView StatusLast Update
0001722JEDI VCL00 JVCL Componentspublic2004-05-04 09:51
ReporteranonymousAssigned Touser72 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version 
Target VersionFixed in Version 
Summary0001722: Error "not a valid floating point value" in TJvDBCalcEdit when DecimalSeparator <> '.' like in germany
DescriptionIn Germany the ThousandSeparator is '.' and the DecimalSeparator is ','. TJvDBCalcEdit.DataChanged (JvDBControls.pas) produce the errormessage "<value> is not a valid floating point value", because EditText is not converted before passing it to StrToFloat().
The Bug exists also in JVCL Version 2.1, but there DecimalPlaceRound is not comment out and StrToFloat() is never called (it is comment out since Version 1.9 of JvDBControls.pas).
TagsNo tags attached.

Activities

user72

2004-05-04 09:51

  ~0004155

We no longer support JVCL 2.10. Please upgrade to JVCL 3 (a beta release is available from our website) and test if the bug is still present.

If it is, post again.

Issue History

Date Modified Username Field Change
2004-05-04 06:26 anonymous New Issue
2004-05-04 09:51 user72 Status new => resolved
2004-05-04 09:51 user72 Resolution open => won't fix
2004-05-04 09:51 user72 Assigned To => user72
2004-05-04 09:51 user72 Note Added: 0004155