View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004446 | JEDI VCL | 00 JVCL Components | public | 2008-09-09 09:38 | 2009-04-29 15:35 |
Reporter | Vandin | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 3.34 | ||||
Target Version | Fixed in Version | ||||
Summary | 0004446: TJvValidateEdit->Value does not reflect what Control shows on screen. | ||||
Description | If 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 Information | a 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. | ||||
Tags | No tags attached. | ||||
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 |