F
fifa2000
Unregistered / Unconfirmed
GUEST, unregistred user!
用的是table
我是如下作的:
table1.first;
while not table1.Eof do
if table1.FieldByName('id').asstring=mainunit.id then
table1.Delete
else
table1.Next;
怎么出错?
多谢
我是如下作的:
table1.first;
while not table1.Eof do
if table1.FieldByName('id').asstring=mainunit.id then
table1.Delete
else
table1.Next;
怎么出错?
多谢