以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  双击按钮后跳出这样一个错误!  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=63351)

--  作者:Bin
--  发布时间:2015/1/19 14:06:00
--  
禁止快速双击即可.
If DataTables.Contains(“表A”) = False Then
      e.sender.enabled=false
       DataTables.Load(“表A”)
       e.sender.enabled=True
 End If