以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 增加行 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=193159) |
-- 作者:fangshen -- 发布时间:2024/8/22 15:07:00 -- 增加行 各位大侠: 请问如何实现 表A在增加行时,把窗口中的TexBox1的数据,自动复制到表A的”长“列
窗口中有TextBox1,表A 谢谢 |
-- 作者:fangshen -- 发布时间:2024/8/22 15:08:00 -- 窗口名字:窗口1 |
-- 作者:有点蓝 -- 发布时间:2024/8/22 15:42:00 -- 表A,datarowadded事件 if forms("窗口1").opened then e.datarow("长") = forms("窗口1").controls("TexBox1").text end if
|