以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 可编辑的临时列 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=152189) |
-- 作者:tld -- 发布时间:2020/7/9 9:48:00 -- 可编辑的临时列 老师,我窗体中的表是 sqltable 及 sqlquery ,这些表是在运行过程中通过 fill(SQLJoinTableBuilder 及 sel ect)产生。我分别增加一个“数量”临时列,希望可以在数量列编辑数字。 但是表格不可编辑。我该如何做? 语句实例如下: Tables("窗口2_table1").Fill(jb.BuildSql,"ph",False) Tables("窗口2_table2").Fill("Sel ect * From {" & jgb & "} where " & filter, "ph", False) 谢谢老师!!!
|
-- 作者:有点蓝 -- 发布时间:2020/7/9 9:57:00 -- Tables("窗口2_table2").Fill("Sel ect * From {" & jgb & "} where " & filter, "ph", False) Tables("窗口2_table2").AllowEdit = True
|