以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 列“_Identify”被约束为是唯一的。值“23512”已存在。 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=148054) |
-- 作者:温馨的大树 -- 发布时间:2020/3/30 11:41:00 -- 列“_Identify”被约束为是唯一的。值“23512”已存在。 出现在这样的情况,请问问题是出在哪里啊? MainTable = Tables("订单明细表") Dim id As Integer = Tables("订单明细表").Compute("Max(_Identify)") Dim Filter As String = "[_Identify] > " & id DataTables("订单明细表").AppendLoad(Filter, False) CurrentTable.Filter = "" CurrentTable.AllowEdit = False
|
-- 作者:有点蓝 -- 发布时间:2020/3/30 11:45:00 -- Dim id As Integer = dataTables("订单明细表").Compute("Max(_Identify)") |