Icon View Incident Report

Serious Serious
Reported By: Peter Andersen
Reported On: 5/31/2004
For: Version 4.07 Build 1
# 1707 Editing and Posting of Record Modifications Causing Improper Record Re-Positioning

Edit - Post sequence disturbs running through records.

When updating a query like the example below Q.Eof is never reached

Q.First;
while not Q.Eof do
begin
  Q.Edit;
  // update Q, but don't change index fields
  Q.Post;
  Q.Next;
end;



Resolution Resolution
Fixed Problem on 5/31/2004 in version 4.08 build 1
Image