Foxtable(狐表)用户栏目专家坐堂 → [求助]更新SQL数据问题


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

主题:[求助]更新SQL数据问题

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


加好友 发短信 一级勋章
等级:MVP荣誉狐 帖子:5154 积分:31434 威望:0 精华:8 注册:2008/9/8 12:27:00
  发帖心情 Post By:2012/4/27 18:45:00 [显示全部帖子]

If e.Form.Controls("PassWord1").Value <> e.Form.Controls("PassWord").Value Then
 Messagebox.show("請輸入登錄工號!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information)
End If   【这里只是提示,没有中止后面代码执行】

 

Dim Parts() As String = e.Form.【这里缺少点什么】Text.Split("-")
OldUserName =  Parts(Parts.Length -1)

 

······


 回到顶部