为什么这样 . 咱又没有干什么? " multiple-step operation generated errors check each sta

  • 主题发起人 主题发起人 chshanghai
  • 开始时间 开始时间
C

chshanghai

Unregistered / Unconfirmed
GUEST, unregistred user!
为什么这样 . 咱又没有干什么? " multiple-step operation generated errors check each status value "(100分)<br /> with dset_xcxl do
begin
if locate('fxh',cxh.text,[loCaseInsensitive]) then //出错 的
begin
if showmsgs(format(_mulit,['序号',cxh.text]),mb_yesno)=id_yes then
edit
else
begin
cxh.SetFocus ;
exit;
end
end
else
append;
fieldbyname('fddbh').asstring:=trim(edit_ddbh.Text);
fieldbyname('fxh').AsString:=cxh.Text ;
fieldbyname('fxcbh').AsString:=trim(cxcbh.Text);
fieldbyname('fxcmc').AsString:=trim(cxcbh.Text);
fieldbyname('fgg').AsString:=trim(cgg.Text);
fieldbyname('fcd').AsString:=trim(ccd.Text);
fieldbyname('fsl').AsString:=trim(csl.Text);
fieldbyname('fcbj').AsString:=trim(ccbj.Text);
fieldbyname('fcbje').AsString:=trim(ccbje.Text);
post;
clear_value;
cxh.SetFocus ;
end;
以上代码 执行第一遍没有什么事
到第二次执行时却出现 :以下错误
234324 " multiple-step operation generated errors check each status value"

 
没有人遇到吗???
 
好像是重复记录吧?不太明白。
 
后退
顶部