M
moutocean
Unregistered / Unconfirmed
GUEST, unregistred user!
table1.Edit;
for i:=0 to table1.RecordCount -1do
begin
table1.FieldByName('score').value:=99
table1.next;
end;
table1.post;
for i:=0 to table1.RecordCount -1do
begin
table1.FieldByName('score').value:=99
table1.next;
end;
table1.post;