View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001797 | JEDI VCL | 00 JVCL Components | public | 2004-05-26 01:32 | 2004-05-26 04:00 |
Reporter | anonymous | Assigned To | user72 | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001797: TJvDBRichEdit.DoExit | ||||
Description | If you click to an TJvDBRichEdit comp. the changed flag for the datalink is set, before there are any changes. If you then leave the component without doing a change, "DoExit" tries to update the linked record while the record isn't in edit or modify state. My workaround: TJvDBRichEdit.DoExit; begin try If Modified then FDataLink.UpdateRecord; : : | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-05-26 01:32 | anonymous | New Issue | |
2004-05-26 04:00 |
|
Status | new => resolved |
2004-05-26 04:00 |
|
Resolution | open => fixed |
2004-05-26 04:00 |
|
Assigned To | => user72 |
2004-05-26 04:00 |
|
Note Added: 0004362 |