提示文件正在使用,怎么办
这是代码x=alltrim(thisform.text1.value)
select yonghu
use
use yonghu.dbf exclusive
delete from yonghu where 用户名=x
pack
thisform.activate
thisform.list1.rowsource="select 用户名 from yonghu into cursor temp3"
2015-05-03 13:13
2015-05-03 13:29
2015-05-03 13:42
2015-05-03 13:45
2015-05-03 15:32
2015-05-03 15:45
2015-05-03 15:51
2015-05-03 16:19
程序代码:x=alltrim(thisform.text1.value) clos table use yonghu.dbf exclusive delete for 用户名=x pack thisform.activate thisform.list1.rowsource="select 用户名 from yonghu into cursor temp3"
2015-05-03 17:02
2015-05-04 07:17