C
cailiantao
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TRDM_JiBen.dspChanPinBeforeUpdateRecord(Sender: TObject;
SourceDS: TDataSet;
DeltaDS: TCustomClientDataSet;
UpdateKind: TUpdateKind;
var Applied: Boolean);
begin
Case UpdateKind of
ukModify : begin
想在这里进行数据处理,但是有一个问题就是想要判断字段:BianMa 是否重复
但是一直找到不关键字段的值 DeltaDS.FieldByName('Auto_ID').AsString
end;
end;
end;
SourceDS: TDataSet;
DeltaDS: TCustomClientDataSet;
UpdateKind: TUpdateKind;
var Applied: Boolean);
begin
Case UpdateKind of
ukModify : begin
想在这里进行数据处理,但是有一个问题就是想要判断字段:BianMa 是否重复
但是一直找到不关键字段的值 DeltaDS.FieldByName('Auto_ID').AsString
end;
end;
end;