View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003232 | JEDI VCL | 00 JVCL Components | public | 2005-09-26 04:24 | 2005-09-26 12:26 |
Reporter | pawelgoluch | Assigned To | AHUser | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0003232: TJvDBCustomSearchComboBox DataLink not nil | ||||
Description | There should be a nil assigned to FDataLink (see code below) becouse of crashes in Notification system. See how Borland do it (TDBLookupControl.Destroy). destructor TJvDBCustomSearchComboBox.Destroy; begin FDataLink.Free; FDataLink:= nil; //added line inherited Destroy; end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-09-26 04:24 | pawelgoluch | New Issue | |
2005-09-26 12:26 | AHUser | Status | new => resolved |
2005-09-26 12:26 | AHUser | Resolution | open => fixed |
2005-09-26 12:26 | AHUser | Assigned To | => AHUser |
2005-09-26 12:26 | AHUser | Note Added: 0007984 |