起步软件技术论坛-X3

 找回密码
 立即注册
搜索
查看: 952|回复: 1

数据集提交截获错误

[复制链接]
发表于 2008-8-20 14:56:33 | 显示全部楼层 |阅读模式
try
  DataSet.ApplyUpdates;
except
  dialogs.showmessage('出错了')
end;
回复

使用道具 举报

 楼主| 发表于 2008-8-21 08:32:10 | 显示全部楼层
const
  cErrorMsg = 'Record not found or changed by another user';
begin
  try
    Afb.FlowControl.FlowOut(nil);
  except
    on e: Exception do
      if SameText(e.Message, cErrorMsg) then
        ShowMsg('在您浏览数据期间记录已被别人修改,请退出后再次提交', '');
  else
    ShowMsg('网络忙,请退出稍后提交', '');
  end;
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Justep Inc.

GMT+8, 2024-12-23 01:48 , Processed in 0.039470 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表