主题:讨教:为什么提示文件使用中
各位老师好:
现在有一段代码,老师们给看看那有问题
Select * from 数据表;
where 报销日期 between thisform.container1.text1.value and thisform.container1.text2.value into cursor 时间表
SELECT 时间表
thisform.text3.value=reccount()
sum(财政费用) to thisform.text4.value
sum(个人费用) to thisform.text5.value
sele 时间表
copy to ls &&拷贝到临时库
SELECT 5
这个代码的意思是把时间段的数据写入临时时间表,由于临时时间表不能做报表,我又复制到ls这样就能做报表了。但运行时说“文件在使用中”但不影响程序正常运行。如何能把这句话去掉。谢谢指教。
现在有一段代码,老师们给看看那有问题
Select * from 数据表;
where 报销日期 between thisform.container1.text1.value and thisform.container1.text2.value into cursor 时间表
SELECT 时间表
thisform.text3.value=reccount()
sum(财政费用) to thisform.text4.value
sum(个人费用) to thisform.text5.value
sele 时间表
copy to ls &&拷贝到临时库
SELECT 5
这个代码的意思是把时间段的数据写入临时时间表,由于临时时间表不能做报表,我又复制到ls这样就能做报表了。但运行时说“文件在使用中”但不影响程序正常运行。如何能把这句话去掉。谢谢指教。