View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001432 | JEDI VCL | 00 JVCL Components | public | 2004-03-05 15:01 | 2004-04-22 02:56 |
| Reporter | anonymous | Assigned To | user72 | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0001432: TJvDBSpinEdit does not update database | ||||
| Description | TJvDBSpinEdit never sets FFieldDataLink.Modified to True when the data is modified from the interface (with clicks or keypresses). The problem is that FFieldDataLink.Modified is never set to True (when the modification is made from the interface, clicks or keypresses). | ||||
| Additional Information | I modified TJvDBSpinEdit.CMEdit to update FFieldDataLink.Modified: procedure TJvDBSpinEdit.CMExit(var Msg: TCMExit); begin try // >>> MODIFICATIONS START HERE <<< if Modified then FFieldDataLink.Modified; // >>> MODIFICATIONS END HERE <<< FFieldDataLink.UpdateRecord; { tell data link to update database } except SetFocus; { if it failed, don't let focus leave } raise; end; inherited; end; | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-03-05 15:01 | anonymous | New Issue | |
| 2004-03-09 01:30 |
|
Status | new => resolved |
| 2004-03-09 01:30 |
|
Resolution | open => fixed |
| 2004-03-09 01:30 |
|
Assigned To | => user72 |
| 2004-03-09 01:30 |
|
Note Added: 0003269 | |
| 2004-04-22 02:56 |
|
Status | resolved => closed |