W
wlt3022
Unregistered / Unconfirmed
GUEST, unregistred user!
ClientDataSet1,查询的数据有2条。
ClientDataSet2,查询的数据有3条。
其中有两条编号相同。
现在要求,
把ClientDataSet1中的数据=ClientDataSet2中的数据,进行
ClientDataSet2.FieldByName('数量').Value:=ClientDataSet1.FieldByName('数量').Value;
请问如何实现?
ClientDataSet2,查询的数据有3条。
其中有两条编号相同。
现在要求,
把ClientDataSet1中的数据=ClientDataSet2中的数据,进行
ClientDataSet2.FieldByName('数量').Value:=ClientDataSet1.FieldByName('数量').Value;
请问如何实现?