Foxtable(狐表)用户栏目专家坐堂 → [求助]代码冲突


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

主题:[求助]代码冲突

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


加好友 发短信
等级:狐神 帖子:5015 积分:25363 威望:0 精华:0 注册:2015/8/18 9:21:00
  发帖心情 Post By:2016/8/30 18:05:00 [显示全部帖子]

接收和发送定义的符号都不一致

狐表

Dim k As String = e.message
If k.startswith("%") AndAlso k.endswith("%")  
Dim l() As String = k.Split("%")
Dim b2 As DataRow = Tables("表A").Current.DataRow          
Dim c2 As String = "%" & b2 ("第一列") & "$" & b2 ("第二列")& "$" & b2 ("第三列")     
    c2 &= "%"          
e.ReturnValue = c2
End If

If k.startswith("#") AndAlso k.endswith("#")  
Dim l() As String = k.Split("#")
Tables("表A").current("第一列") = l(1)
Tables("表A").current("第二列") = l(2)
Tables("表A").current("第三列") = l(3)
End If

asp网页
Protected Sub Button2_Click(sender As Object, e As System.EventArgs) Handles Button2.Click
        UDPCommunication("#|" & Text1.Value & "#" & Text2.Value & "#" & Text3.Value & "#" & Text4.Value & "#")
    End Sub

如果对aspnet没有感觉的话,还是等狐表下个版本吧,可以自动生成网页


 回到顶部