View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001318 | JEDI VCL | 00 JVCL Components | public | 2004-02-03 11:05 | 2004-03-09 02:44 |
Reporter | user72 | Assigned To | user72 | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001318: JvCsvData: BookmarkValid not implemented | ||||
Description | JvCsvData lacks a BookmarkValid implementation which is necessary for normal bookmark management | ||||
Additional Information | Since JVCL is in code freeze at the moment, new visible methods cannot be added, but here's the necessary code: function TJvCustomCsvDataSet.BookmarkValid(Bookmark: TBookmark): Boolean; begin Result := (Bookmark <> nil) and (PInteger(Bookmark)^ >= 0) and (PInteger(Bookmark)^ < FData.Count); end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-02-03 11:05 |
|
New Issue | |
2004-02-03 16:11 |
|
Status | new => assigned |
2004-02-03 16:11 |
|
Assigned To | => user72 |
2004-02-26 13:10 |
|
Status | assigned => resolved |
2004-02-26 13:10 |
|
Resolution | open => fixed |
2004-02-26 13:10 |
|
Note Added: 0003091 | |
2004-03-09 02:44 |
|
Status | resolved => closed |