Dim drc As DataRow = e.Row.DataRow Dim pdrc As DataRow = drc.GetParentRow(”订单”) drc(”退火时长”) = pdrc(”退火工艺”)
要注意CellButtonClick事件的e参数:
http://www.foxtable.com/help/topics/0642.htm
如何区分两种表事件:
http://www.foxtable.com/help/topics/1591.htm
还有建议看看:
http://www.foxtable.com/help/topics/1586.htm