if use this code
ZTABLE.Open;
while not(ZTABLE.Eof) do
begin
ZTABLE.Edit;
ZTABLE.FieldByName('test').AsString := 'TEST';
ZTABLE.Post;
ZTABLE.Next;
end;
ZTABLE.Close;
The don't change the state and the progam is in loop ( this run correctly with 6.5.1 )
Thank's
Bug on Eof in TZTable 6.6.2-BETA
Moderators: gto, cipto_kh, EgonHugeist