以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [灌水]选定当前行的某个单元格  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=49030)

--  作者:2
--  发布时间:2014/4/10 22:04:00
--  [灌水]选定当前行的某个单元格
Select Case e.Col.name  
    Case "所属组ID","职位ID","用户ID"
        If e.Row("受权范围")="" Then
            MessageBox.Show("请先选择受权范围!")
            CurrentTable.Select(CurrentTable.RowSel,CurrentTable.Cols("受权范围").Index)‘还有更简单点的写法吗
        End If
End Select

--  作者:有点甜
--  发布时间:2014/4/10 22:17:00
--  

没有!