begin
t.first;
while not t.eof do
begin
chartno :=DBG.Fields[1].text;
While Length(chartno) < 5 do chartno := '0' + chartno;
t.edit;
DBG.Fields[1].Text := chartno;
t.Next;
end;
end;
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)