Foxtable(狐表)用户栏目专家坐堂 → 可招人数


  共有2494人关注过本帖树形打印复制链接

主题:可招人数

帅哥哟,离线,有人找我吗?
大红袍
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:贵宾 帖子:39310 积分:196782 威望:0 精华:1 注册:2015/4/25 9:23:00
  发帖心情 Post By:2016/5/11 14:24:00 [显示全部帖子]

TextChanged事件

 

If forms("可招人数").Opened Then
    Dim r As Row = Tables("可招人数_Table1").Rows(0)
    Dim cname As String = ""
    For Each c As Col In Tables("可招人数_Table1").Cols
        If c.caption = e.sender.Text Then
            cname = c.name
        End If
    Next
    If cname > "" Then
        If r(cname) > 0 Then
            msgbox("可注册")
        Else
            msgbox("已招满")
        End If
    End If
End If


 回到顶部