View Issue Details

IDProjectCategoryView StatusLast Update
0001318JEDI VCL00 JVCL Componentspublic2004-03-09 02:44
Reporteruser72Assigned Touser72 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001318: JvCsvData: BookmarkValid not implemented
DescriptionJvCsvData lacks a BookmarkValid implementation which is necessary for normal bookmark management
Additional InformationSince 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;
TagsNo tags attached.

Activities

user72

2004-02-26 13:10

  ~0003091

Added to CVS

Issue History

Date Modified Username Field Change
2004-02-03 11:05 user72 New Issue
2004-02-03 16:11 user72 Status new => assigned
2004-02-03 16:11 user72 Assigned To => user72
2004-02-26 13:10 user72 Status assigned => resolved
2004-02-26 13:10 user72 Resolution open => fixed
2004-02-26 13:10 user72 Note Added: 0003091
2004-03-09 02:44 user72 Status resolved => closed