if frmClientDm.TopAreaShow_adoq.State = dsEdit then
  begin
    //不管那列,只要是在编辑状态,退出这个dbgrideh的时候就提交,实在是太高,花费巨大脑汁,终于解决问题了
    frmClientDm.TopAreaShow_adoq.Post;
  end;

 

posted on 2013-01-29 17:28  del88  阅读(43)  评论(0)    收藏  举报