T
tanghz
Unregistered / Unconfirmed
GUEST, unregistred user!
我打算对一个库先通过
检索到编号为
table1[`no`]=temp[2] 的项时,
执行
with table1 do begin
.....
1 edit;
2 table1['gbacc']:=table1['gbacc']+temparray[2];
3 post;
4 end;
但是,最终的结果是gbacc 这一栏什么也没有。
谁能解决此问题?
检索到编号为
table1[`no`]=temp[2] 的项时,
执行
with table1 do begin
.....
1 edit;
2 table1['gbacc']:=table1['gbacc']+temparray[2];
3 post;
4 end;
但是,最终的结果是gbacc 这一栏什么也没有。
谁能解决此问题?