Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
Dim dr As DataRow
With DataTables("目录树过滤")
dr = .Find("表名 = '工艺内容' AND 列名 = '加工人'", "", 0)
End With
Dim txt2 As String = dr("过滤条件")
Dim tr As Row
If e.Form.DropTable IsNot Nothing Then
tr = e.Form.DropTable.Current
Dim txt1 As String = tr("加工人")
txt1 = """, '" & txt1 & "'"""
' msgbox(txt1)
End If
txt2 = txt2.Replace(txt1, "")
If e.Form.DropTable IsNot Nothing Then
tr = e.Form.DropTable.Current
Dim txt1 As String = tr("加工人")
txt1 = """, '" & txt1 & "'"""
' msgbox(txt1)
txt2 = txt2.Replace(txt1, "")
End If