record.prg
资源名称:business.zip [点击查看]
上传用户:xinte88
上传日期:2007-01-08
资源大小:922k
文件大小:0k
源码类别:
行业应用
开发平台:
VFP
- proced record
- parameters mn
- use record
- count to mem1
- if mem1>1000
- goto top
- delete
- pack
- endif
- goto bottom
- append blank
- repla 操作员 with uname, 开始时间 with datetime(),状态 with " 不正常 ",操作内容 with mn
- close tables all
- endproc