Foxtable(狐表)用户栏目专家坐堂 → startIndex 不能大于字符串长度


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

主题:startIndex 不能大于字符串长度

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


加好友 发短信
等级:三尾狐 帖子:795 积分:9037 威望:0 精华:0 注册:2017/1/26 14:38:00
startIndex 不能大于字符串长度  发帖心情 Post By:2022/2/13 11:01:00 [显示全部帖子]

为了在线浏览以及不出现乱码,HttpRequest中这样写是不是不行,经常出现错误弹窗:“startIndex 不能大于字符串长度”!
Dim cmd As New SQLCommand
cmd.C
Select Case e.path
    Case "select","tree","getValue","sidemenu","logs","getValues", _
        "uploadfile","deletefile","renamefile","filemanager","ExcelReport\Report","WordReport\Report","rep\browsefile", _
        "existRow","updateRow","deleteRow","appendRow","tablecaption","tabledata"
        If e.Path.StartsWith("rep\") Then
            e.Resp
        End If
        e.AsyncExecute = True
        Functions.AsyncExecute(e.path,e)
    Case Else
        e.AsReportServer("rep\")
End Select

 回到顶部