View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004986 | JEDI VCL | 00 JVCL Components | public | 2009-10-20 14:38 | 2009-10-25 15:53 |
Reporter | wouter_van_nifterick | Assigned To | jfudickar | ||
Priority | normal | Severity | crash | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 3.37 | ||||
Target Version | Fixed in Version | 3.39 | |||
Summary | 0004986: Access violation after assigning JvAppDBStorage1.DataSet | ||||
Description | When you assign a dataset JvAppDBStorage1, the following code is called: procedure TJvCustomAppDBStorage.SetDataSource(const Value: TDataSource); begin if Assigned(FSectionLink) and not (FSectionLink.DataSourceFixed and (csLoading in ComponentState)) then begin FSectionLink.DataSource.RemoveFreeNotification(Self); FSectionLink.DataSource := Value; FKeyLink.DataSource := Value; FValueLink.DataSource := Value; end; if Value <> nil then Value.FreeNotification(Self); end; if FSectionLink.DataSource is not set yet, this will result in an access violation. When you set it via the object inspector, the ide comes up with an error message and refuses to assign the new dataset. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-10-20 14:38 | wouter_van_nifterick | New Issue | |
2009-10-20 23:31 | jfudickar | Assigned To | => jfudickar |
2009-10-20 23:31 | jfudickar | Status | new => acknowledged |
2009-10-25 15:53 | AHUser | Note Added: 0016812 | |
2009-10-25 15:53 | AHUser | Status | acknowledged => resolved |
2009-10-25 15:53 | AHUser | Fixed in Version | => Daily / SVN |
2009-10-25 15:53 | AHUser | Resolution | open => fixed |