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
http://www.foxtable.com/help/topics/1586.htm
[此贴子已经被作者于2014-8-30 15:06:47编辑过]