1.增加1个方法程序,thisform.upd_price
2.在thisform.upd_price写上
REPLACE 进价日期 WITH DTOC(DATE())
thisform.grid1.Refresh
3.绑定,在"查询"按钮上绑定,写在最后1行
BINDEVENT(thisform.grid1.column14.text1,"InteractiveChange",thisform,"upd_price")
2.在thisform.upd_price写上
REPLACE 进价日期 WITH DTOC(DATE())
thisform.grid1.Refresh
3.绑定,在"查询"按钮上绑定,写在最后1行
BINDEVENT(thisform.grid1.column14.text1,"InteractiveChange",thisform,"upd_price")