View Issue Details

IDProjectCategoryView StatusLast Update
0004446JEDI VCL00 JVCL Componentspublic2009-04-29 15:35
ReporterVandinAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Product Version3.34 
Target VersionFixed in Version 
Summary0004446: TJvValidateEdit->Value does not reflect what Control shows on screen.
DescriptionIf you configure TJvValidateEdit with DisplayFormat = dfFloat, and DecimalPlaces as 0. after typing something like 1234.56 (any decimal number) and loosing the focus, control update to show 1,234 but Value is still returning 1234.56 as the value.
When the control gain the focus again,it updates ok, even if you does not type anything on the control.

Additional Informationa workaround that functions is:

Define the OnExit function for the control, and add a line like this:

[TheControl]->EditText = [TheControl]->Text;

Then ->Value, ->AsInteger, ->AsFloat .... reflects what you see on screen.
TagsNo tags attached.

Activities

obones

2008-12-22 04:24

administrator   ~0015128

Does this still exist in the SVN version?
If yes, please provide the zipped sources of a sample application showing this.

obones

2009-04-29 15:35

administrator   ~0015481

No answer, no action possible

Issue History

Date Modified Username Field Change
2008-09-09 09:38 Vandin New Issue
2008-09-29 06:44 obones Status new => acknowledged
2008-12-22 04:24 obones Note Added: 0015128
2008-12-22 04:24 obones Status acknowledged => feedback
2009-04-29 15:35 obones Note Added: 0015481
2009-04-29 15:35 obones Status feedback => resolved
2009-04-29 15:35 obones Resolution open => unable to reproduce
2009-04-29 15:35 obones Assigned To => obones