Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
Dim ld As string
Dim cmd As New SQLCommand
cmd.C
cmd.CommandText = "Select 客户名称 From 客户资料 Where 客户名称 = '" & Forms("合同维护").Controls("客户名").text & "' "
ld = cmd.ExecuteScalar()
Return ld
Dim ld As string
Dim cmd As New SQLCommand
cmd.C
cmd.CommandText = "Select 客户名称 From 客户资料 Where 客户名称 = '" & Args(0) & "' "
ld = cmd.ExecuteScalar()
Return ld
Dim ld As string
Dim cmd As New SQLCommand
cmd.C
cmd.CommandText = "Select 客户名称 From 客户资料 Where 客户名称 = '" & Args(0) & "' "
ld = cmd.ExecuteScalar()
Return ld
好像有点问题
dim aa as string = sheet(1,10).Value
dim bb as string =sheet(2,8).Value
Dim Parts合同号() As String = aa.Split(":")
Dim Parts客户名() As String = bb.Split(":")
e.Form.Controls("合同号").Text=parts合同号(1)
MessageBox.Show(Functions.Execute("返回客户ID", " & Parts(1) & " ))
您就不能放在您前面的代码后面(6楼代码)测试?
因为这里是需求判断的,我用消息框只是测试一下