| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 论坛
 上传资源
上传编程相关的资源,源源不断赚取资源分,以备将来下载之需
stbcllh
文件大小:7.50 KB
文件类型:zip
发布时间:2012-01-07 11:28:22
需资源分:2
下载次数:3
Tag:动态查询
::资源简介::
IF LEN(ALLTRIM(thisform.text132.Text))>1
IF allt(NowUser1)=="软件设计" OR allt(NowUser1)=="全县"
zfcg= "%"+ALLTRIM(thisform.text132.Text)+"%"
IF !EMPTY(zfcg)
 thisform.combo1.rowsource="SELECT DISTINCT ALLTRIM(dwmc) from passwd WHERE dwmc LIKE (zfcg) INTO CURSOR passwdh"
 select passwdh
 IF RECCOUNT()>0
 thisform.combo1.Visible= .T.  
 thisform.combo1.SetFocus
 ELSE
 wait windows "你输入的关键字未查找到相应的单位,请重新输入!……" at 100,40 timeout 1 nowait
  this.value=""
 this.SetFocus
endif
 ELSE
  thisform.combo1.rowsource="SELECT DISTINCT ALLTRIM(dwmc) from passwd INTO CURSOR passwdh"
 thisform.combo1.Visible= .T.  
 thisform.combo1.SetFocus 
 endif
ENDIF
endif
::下载地址::

BCCN本地下载 
开通VIP
可免资源分下载所有资源
::下载本资源的人也下载了::
::作者其它资源::
 
>> 评论
 
热门Tag:
 
编程中国 版权所有,并保留所有权利。
Powered by BCCN 1.020, Processed in 0.026732 second(s)
Copyright©2010-2024, BCCN.NET, All Rights Reserved