| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1492 人关注过本帖
标题:listbox字段移动问题
取消只看楼主 加入收藏
cncyty2017
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2017-3-2
结帖率:100%
收藏
已结贴  问题点数:20 回复次数:3 
listbox字段移动问题
DO CASE
   CASE thisform.list2.listindex>0 .and. thisform.list2.ListCount>0
      thisform.list2.ListIndex=1
   CASE thisform.list2.ListIndex=0 .and.thisform.list2.listcount>0
      thisform.list2.ListIndex=1
   CASE thisform.list2.listindex=0 .and.thisform.list2.listcount=0
      thisform.list2.ListIndex=0
ENDCASE
IF thisform.list2.listindex>0
   thisform.list3.AddItem(ALLTRIM(thisform.list2.value))&&在list3中增加一个字段,在list2删除一个字段
   thisform.list3.refresh
   thisform.list2.removeitem(thisform.list2.ListIndex)
   thisform.list2.refresh
ELSE
   thisform.cmdremover.Enabled= .T.
   thisform.cmdremoverall.Enabled= .T.
   thisform.cmdadd.Enabled= .f.
   thisform.cmdaddall.Enabled= .f.
ENDIF
发现list2中选定的结果无法现在list3上
      
2017-04-17 09:56
cncyty2017
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2017-3-2
收藏
得分:0 
是还不行
2017-04-17 13:01
cncyty2017
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2017-3-2
收藏
得分:0 
补充一点thisform.list2.value的值是正确的。这段程序是cmdadd按钮的程序。整体意识是:把目录中的dbf文件显示在list1中。选择其中一个文中,将他的字段现在list2中
 然后有4个按钮控制字段移动。
2017-04-18 09:30
cncyty2017
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2017-3-2
收藏
得分:0 
是我自己马虎了,把list3的属性改动了,谢谢大家程序改好了。适当时间发出来和大家分享。
2017-04-18 14:52
快速回复:listbox字段移动问题
数据加载中...
 
   



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

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