分页:
上一页 1 2 3 4 5 6 7 [8] 9 下一页
use p3db1
replace all 现有资金 with 800000
index on 支行号 to id1
sele 2
use p3db2
replace all 余额 with 20000
index on 帐号 to id2
sele 3
use p3db3
set relation to 支行号 into A
**************found****************
set relation &&参考答案:set relation to 帐号 into B ADDITIVE
go top
do while .not.eof()
**************found****************
if 存取=.t. &&参考答案:if 存取
sele 1
replace 现有资金 with 现有资金+ c->金额
sele 2
replace 余额 with 余额+ c->金额
Else
sele 1
replace 现有资金 with 现有资金- c->金额
sele 2
replace 余额 with 余额- c->金额
Endif
分页:
上一页 1 2 3 4 5 6 7 [8] 9 下一页