设为首页收藏本站Access中国

Office中国论坛/Access中国论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

返回列表 发新帖
查看: 2395|回复: 1
打印 上一主题 下一主题

[求助]VB求救,谢谢!

[复制链接]
跳转到指定楼层
1#
发表于 2006-8-11 03:24:00 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

mshflexgrid控件应该没有selstartcol属性,但以前这段程序是怎么通过的(现在我用VB6.0不通)。弄了半天了,请高手指点。谢谢!

代码:
Private Sub grdFeatList_SelChange()

'Allow the user to interact with the selected features
'displayed in the Grid.  Have the user's selections
'trigger other actions like Highlight, InsertPin, Pan, and ZoomTo.

frmFind.grdFeatList.SelStartCol = 0
  frmFind.grdFeatList.SelEndCol = 2
  If frmFind.grdFeatList.SelEndRow > frmFind.grdFeatList.SelStartRow Then
    frmFind.grdFeatList.SelEndRow = frmFind.grdFeatList.SelStartRow
  End If
  If frmFind.grdFeatList.SelStartRow > 0 Then
    frmFind.cmdHighlight.Enabled = True
    frmFind.cmdInsertPin.Enabled = True
    frmFind.cmdPanto.Enabled = True
    frmFind.cmdZoomto.Enabled = True
  Else
    frmFind.cmdHighlight.Enabled = False
    frmFind.cmdPanto.Enabled = False
    frmFind.cmdZoomto.Enabled = False
    frmFind.cmdInsertPin.Enabled = False
  End If
  
End Sub
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖 订阅订阅
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|站长邮箱|小黑屋|手机版|Office中国/Access中国 ( 粤ICP备10043721号-1 )  

GMT+8, 2024-5-22 18:51 , Processed in 0.080167 second(s), 24 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表