求助:我的程序差在哪里了?
今天编的一个小程序, 如下 :select jhxx
set filt to year(进货时间)=nf .and. month(进货时间)=yf .and. 进货数量#0
go top
do while .not.eof()
select kc_da
seek jhxx.商品编号
if eof()
appe blan
repl 商品编号 with jhxx.商品编号
endif
repl rk&yfc with rk&yfc+jhxx.进货数量
sele jhxx
skip
ENDDO
执行后就是死循环,请各位教我,应该修改哪里啊?