以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 列名 'True' 无效。 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=154195) |
-- 作者:swagger -- 发布时间:2020/9/7 18:10:00 -- 列名 'True' 无效。 跨表引用或者跨表更新 逻辑列 会出现这个问题。 譬如 If e.DataCol.Name
= "产品编号" Then 或者 Select
Case e.DataCol.Name
DataTables("订单").SQLReplaceFor(e.DataCol.Name, e.NewValue, Filter) 上述该怎么写呢? |
-- 作者:有点蓝 -- 发布时间:2020/9/7 20:18:00 -- 如果是SqlServer,看看:http://www.foxtable.com/webhelp/topics/2343.htm |