View Issue Details

IDProjectCategoryView StatusLast Update
0002473JEDI VCL00 JVCL Componentspublic2005-02-04 04:25
ReporterXigiAssigned Toobones 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.00 
Summary0002473: TJvValidateEdit forgets DecimalPlaces
DescriptionUsing DisplayFormat = dfCurrency I set DecimalPlaces to 0 design time, start the program, it will be the locale default (2) again.
It can be workarounded easily (setting 0 runtime), so it is not high priority.
TagsNo tags attached.

Activities

obones

2005-02-04 04:25

administrator   ~0006398

This is now fixed in CVS.
In JvValidateEdit.pas, in TJvCustomValidateEdit.Loaded, comment out the test starting with if DisplayFormat = dfCurrency
Recompile, it works.

Issue History

Date Modified Username Field Change
2005-01-05 02:08 Xigi New Issue
2005-02-04 04:25 obones Status new => resolved
2005-02-04 04:25 obones Fixed in Version => 3.00
2005-02-04 04:25 obones Resolution open => fixed
2005-02-04 04:25 obones Assigned To => obones
2005-02-04 04:25 obones Note Added: 0006398