| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 818 人关注过本帖
标题:求大神翻译程序?
取消只看楼主 加入收藏
巴顿将军
Rank: 1
来 自:西安电子科技大学
等 级:新手上路
帖 子:7
专家分:0
注 册:2017-2-27
结帖率:0
收藏
 问题点数:0 回复次数:0 
求大神翻译程序?
select ssbm
if eof()
  return
endif

if not empty(alltrim(thisform.text2.value))
   m.zzll = val(alltrim(thisform.text2.value))
      repl zzll with m.zzll
endif

if not empty(alltrim(thisform.text3.value))
   m.wgy = val(alltrim(thisform.text3.value))
   repl wgy with m.wgy
endif

if not empty(alltrim(thisform.text4.value))
   m.ywk1 = val(alltrim(thisform.text4.value))
   repl ywk1 with m.ywk1
endif

if not empty(alltrim(thisform.text5.value))
   m.ywk2 = val(alltrim(thisform.text5.value))
repl ywk2 with m.ywk2

endif


select ssbm

skip
if eof()
go bott
endif

thisform.text2.value = ""
thisform.text3.value = ""
thisform.text4.value = ""
thisform.text5.value = ""


thisform.grid1.setfocus
thisform.refresh

if thisform.text2.enabled = .t.
   thisform.text2.setfocus
   return
endif

if thisform.text3.enabled = .t.
   thisform.text3.setfocus
   return
endif

if thisform.text4.enabled = .t.
   thisform.text4.setfocus
   return
endif

if thisform.text5.enabled = .t.
   thisform.text5.setfocus
   return
endif


 *wait window "完成" timeout 2 at srows()/2,(scols()-len("完成"))/2
 
2017-03-01 10:12
快速回复:求大神翻译程序?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.028361 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved