Z
zhooya
Unregistered / Unconfirmed
GUEST, unregistred user!
有一张表orderitem,包括三个字段:amount,price,itemtotal,这张表已定义好,不得修改。
query1:select * from orderitem
query1.cacheupdate:true
Query1.updateobject:=UpdateSQL1
UPdatesql1.insersql:insert into orderitem(amount,price,itemtotal)
valuesamount,rice,:itemtotal)
Query1的数据在Dbgrid1中录入,在Query1中我定义了一计算字段total,
total=amount*price。
我必须按上面方法去做,但只能存入amount,price,无法把计算字段total的值存入表orderitem的字段itemtotal。
如何实现保存计算字段total的值至orderitem的字段itemtotal。
多谢给予详细指点。
query1:select * from orderitem
query1.cacheupdate:true
Query1.updateobject:=UpdateSQL1
UPdatesql1.insersql:insert into orderitem(amount,price,itemtotal)
valuesamount,rice,:itemtotal)
Query1的数据在Dbgrid1中录入,在Query1中我定义了一计算字段total,
total=amount*price。
我必须按上面方法去做,但只能存入amount,price,无法把计算字段total的值存入表orderitem的字段itemtotal。
如何实现保存计算字段total的值至orderitem的字段itemtotal。
多谢给予详细指点。