View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005436 | JEDI VCL | 00 JVCL Components | public | 2010-12-05 05:53 | 2011-06-07 17:19 |
Reporter | KiPSOFT | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.38 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005436: JvNTEventLog Eof Problem | ||||
Description | Hi; JvNTEventLog Eof not correct return. Example 1: Event Record Count 50452 I:=0; JvNTEventLog1.First; while not JvNTEventLog1.Eof do begin JvNTEventLog1.Next; Inc(I); end; this example last I value 26759 example 2: I:=0; JvNTEventLog1.First; while I<JvNTEventLog1.EventCount do begin JvNTEventLog1.Next; Inc(I); end; this example last I value 50452 this correct in component; Result := (EventRecord.FCurrentRecord = nil) or (EventRecord.RecordNumber = GetEventCount) or (FLastError = ERROR_HANDLE_EOF); EventRecord.RecordNumber equal GetEventCount but not eof event records. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-12-05 05:53 | KiPSOFT | New Issue | |
2011-02-15 13:46 | obones | Note Added: 0018346 | |
2011-02-15 13:46 | obones | Status | new => feedback |
2011-02-19 17:37 | KiPSOFT | Note Added: 0018392 | |
2011-06-07 17:19 | obones | Status | feedback => resolved |
2011-06-07 17:19 | obones | Resolution | open => fixed |
2011-06-07 17:19 | obones | Assigned To | => obones |