View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001814 | JEDI VCL | 00 JVCL Components | public | 2004-05-30 06:11 | 2004-08-19 13:30 |
Reporter | hamilton | Assigned To | remkobonte | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001814: JvDBDateTimePicker and JvDBDBSpinEdit edit when readonly | ||||
Description | If you display a ReadOnly DataSet in either of these controls then the displayed text value can still be changed. The actual field value remains the same, just the display is updated. From memory, I think other JvDB controls have the same problem. | ||||
Additional Information | The cursor keys, number keys and scroll buttons all change the display value. I traced this through JvDBDateTimePicker and observed that: * FDataLink.Edit does recognize that the DataSet is ReadOnly and prevents the dataset being put in edit mode. * The text value is unchanged at the end of the KeyDown event in JvDBDateTimePicker but is changed by the time CNNotify gets a message in JvDBDateTimePicker - but I was unable to identify exactly where the new text value is set (SetDate is apparently bypassed). | ||||
Tags | No tags attached. | ||||
duplicate of | 0001874 | resolved | remkobonte | TJvDBMaskEdit stays ReadOnly |
related to | 0005854 | resolved | obones | Enabled property is changed inproperly in TJvDBSpinEdit |
|
This bug still exists in the latest source. I tested on Delphi 7.1 with JCL and JVCL downloaded on Saturday 2004-08-07. |
|
The same problem was reported in msg.no.1874. It does not fixed up to JVCL3-2004-8-11. Thank you |
|
Okay, this problem is understood and being worked on. The problem is the same as 0001874 - as anonymous said, so I'll close this one and report progress in 0001874. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-05-30 06:11 | hamilton | New Issue | |
2004-08-08 04:00 | hamilton | Note Added: 0004968 | |
2004-08-17 06:35 | anonymous | Note Added: 0005005 | |
2004-08-19 13:30 | remkobonte | Status | new => resolved |
2004-08-19 13:30 | remkobonte | Resolution | open => duplicate |
2004-08-19 13:30 | remkobonte | Relationship added | duplicate of 0001874 |
2004-08-19 13:30 | remkobonte | Assigned To | => remkobonte |
2004-08-19 13:30 | remkobonte | Note Added: 0005024 | |
2012-06-12 17:32 | obones | Relationship added | related to 0005854 |