Foxtable(狐表)用户栏目专家坐堂 → 無法在 System.Int32 和 System.String 上執行 '=' 作業。


  共有8523人关注过本帖平板打印复制链接

主题:無法在 System.Int32 和 System.String 上執行 '=' 作業。

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


加好友 发短信
等级:一尾狐 帖子:423 积分:4231 威望:0 精华:0 注册:2009/5/16 21:42:00
無法在 System.Int32 和 System.String 上執行 '=' 作業。  发帖心情 Post By:2013/7/23 22:01:00 [只看该作者]

用那代码错误信息
Dim Filter As String

With e.Form.Controls("TextBox16")
    
If .text IsNot Nothing Then
        
Filter="單號 =' " & .text & "'"
    
End If

End With

If Filter > "" Then
    
Tables("收據").Filter = filter

End If

With Tables("收據") 
       .Position = .Rows.Count - 1
End With
出现错误信息?
NET Framework 版本:2.0.50727.5472
Foxtable 版本:2013.6.28.1
错误所在事件:
详细错误信息:
無法在 System.Int32 和 System.String 上執行 '=' 作業。


 回到顶部