View Issue Details

IDProjectCategoryView StatusLast Update
0004604JEDI VCL00 JVCL Componentspublic2008-12-22 05:58
ReporterxmlAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.36 
Summary0004604: TJvCsvDataSet uses wrong separator in call to JvCsvStrToFloat
DescriptionJvCsvStrToFloat wich is called multiple times in TJvCsvDataSet uses always the GetSeparator method. GetSeparator gives the field separator, not the decimal separator.

It should be JvCsvStrToFloat( ..., GetDecimalSeparator ) instead of JvCsvStrToFloat( ..., GetSeparator ).
TagsNo tags attached.

Activities

obones

2008-12-22 05:58

administrator   ~0015158

Thanks, this is now fixed in SVN.

Issue History

Date Modified Username Field Change
2008-11-26 00:53 xml New Issue
2008-12-22 05:58 obones Note Added: 0015158
2008-12-22 05:58 obones Status new => resolved
2008-12-22 05:58 obones Fixed in Version => Daily / SVN
2008-12-22 05:58 obones Resolution open => fixed
2008-12-22 05:58 obones Assigned To => obones