[求助]无法在 System.String 和 System.Int64 上执行“=”操作 Post By:2017/4/17 10:27:00 [显示全部帖子]
向专家求助:
按照帮助文件在窗口中建立模拟关联表时,在将窗口的AfterLoad事件设为:
Dim t As Table = Tables("窗口1_Table1") With Tables("产品") If .Current Is Nothing Then t.Filter = "False" Else t.Filter = "产品编号 = " & .Current("产品编号") End IF End With