View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005191 | JEDI VCL | 00 JVCL Components | public | 2010-03-10 17:53 | 2011-06-10 16:09 |
Reporter | prmas | Assigned To | AHUser | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.39 | ||||
Target Version | Fixed in Version | 3.40 | |||
Summary | 0005191: TJvDBDateTimePicker not update data | ||||
Description | Hi: When the property "kind" is equal to "tdkTime" the component does not update the data. Analyzing the file JvDBDateTimePicker.pas found a condition that prevented the update on line 505. In the procedure "TJvDBDateTimePicker.UpdateData" the condition "if IsDateAndTimeField then" is wrong because it only works for DateTime fields. In my case the field is Time. I disabled the condition and worked perfectly. Follow the attached file with the fix. Best regards, Marcos | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-03-10 17:53 | prmas | New Issue | |
2010-03-10 17:53 | prmas | File Added: JvDBDateTimePicker.pas | |
2010-04-02 13:57 | AHUser | Note Added: 0017348 | |
2010-04-02 13:57 | AHUser | Status | new => resolved |
2010-04-02 13:57 | AHUser | Fixed in Version | => Daily / SVN |
2010-04-02 13:57 | AHUser | Resolution | open => fixed |
2010-04-02 13:57 | AHUser | Assigned To | => AHUser |
2011-06-10 16:09 | obones | Fixed in Version | Daily / SVN => 3.40 |