以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- table表行值改变后,不允许选择其它行。 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=53699) |
-- 作者:a87918021 -- 发布时间:2014/7/13 23:49:00 -- table表行值改变后,不允许选择其它行。 If DataTables("订单窗口_订单主表").HasChanges Then \'判断是否更改 MessageBox.Show("有订单未保存!" & Chr(13) & Chr(10) & "不允许选择其它订单!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information) End If 上面是大概想了下的代码意思,但好像不能放表事件里。原因:新增也算更改也会弹messagebox,还有current如何能返回当前修改未保存的行?求大神给代码给思路。
|
-- 作者:a87918021 -- 发布时间:2014/7/13 23:51:00 -- current如何能在MessageBox后, 选择当前修改未保存的行? |
-- 作者:y2287958 -- 发布时间:2014/7/14 7:48:00 -- 参考一下这里: |
-- 作者:Bin -- 发布时间:2014/7/14 8:38:00 -- http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=53167&authorid=0&page=0&star=1 |