Foxtable(狐表)用户栏目专家坐堂 → GetParentRow不能用怎么办呢?


  共有2208人关注过本帖树形打印复制链接

主题:GetParentRow不能用怎么办呢?

美女呀,离线,留言给我吧!
sxcspring
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:婴狐 帖子:59 积分:682 威望:0 精华:0 注册:2012/12/20 23:02:00
GetParentRow不能用怎么办呢?  发帖心情 Post By:2014/8/30 11:55:00 [显示全部帖子]

在子表的CellButtonClick事件中,想获取父表的值,但弹出DataRow或GetParentRow不是可用成员,怎么办? 如: Dim drc As DataRow = e.DataRow Dim pdrc As DataRow = drc.GetParentRow(”订单”) drc(”退火时长”) = pdrc(”退火工艺”)

 回到顶部