Foxtable(狐表)用户栏目专家坐堂 → 以下代码怎么修改? 请指教!!!


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

主题:以下代码怎么修改? 请指教!!!

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


加好友 发短信
等级:管理员 帖子:47497 积分:251403 威望:0 精华:91 注册:2008/6/17 17:14:00
  发帖心情 Post By:2013/3/6 11:37:00 [显示全部帖子]

e.Form.Controls("设密码").Visible = False
Dim xm As WinForm.ComboBox = e.Form.Controls("项目")
Dim jsmc As WinForm.ComboBox = e.Form.Controls("竞赛名称")
Dim str As String = CurrentTable.name
Dim dr  As  DataRow = DataTables("项目表").Find ("竞赛名称 = '"& jsmc.text &"'  and  比赛项目 = '"& xm.text &"'  and  引用表格 = 'str'")
If dr IsNot Nothing Then
    DataTables("项目表").AllowEdit = True
    dr("裁判长密码") =  e.Form.Controls("设密码").text
    DataTables("项目表").AllowEdit = False
End If

参考:

http://www.foxtable.com/help/topics/2044.htm

 


 回到顶部