From 7b0890848a131025455516d8a2923c7c81c4532d Mon Sep 17 00:00:00 2001 From: John Date: Thu, 17 Apr 2014 13:47:01 +0000 Subject: [PATCH] =?UTF-8?q?Added=20logic=20to=20support=20the=20lookup=20o?= =?UTF-8?q?f=20RO=20Tables=20in=20the=20RO=20Tree=20on=20the=20Step=20Prop?= =?UTF-8?q?erties=20panel=20=E2=80=93=20Bug=20fix=20B2012-264?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/VEPROMS User Interface/frmVEPROMS.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PROMS/VEPROMS User Interface/frmVEPROMS.cs b/PROMS/VEPROMS User Interface/frmVEPROMS.cs index b586246e..fe721cd2 100644 --- a/PROMS/VEPROMS User Interface/frmVEPROMS.cs +++ b/PROMS/VEPROMS User Interface/frmVEPROMS.cs @@ -2021,6 +2021,8 @@ namespace VEPROMS SelectedStepTabPanel = args.MyEditItem.MyStepPanel.MyStepTabPanel; displayRO.ROTypeFilter = SelectedStepTabPanel.MyStepPanel.SelectedEditItem is Volian.Controls.Library.GridItem && (SelectedStepTabPanel.MyStepPanel.SelectedEditItem as Volian.Controls.Library.GridItem).MyFlexGrid.IsRoTable ? E_ROValueType.Table : (SelectedStepTabPanel.MyStepPanel.SelectedEditItem.MyItemInfo.IsFigure) ? E_ROValueType.Image : E_ROValueType.Text; + if (_LastStepRTB.IsRoTable) + displayRO.CurROLink = _LastStepRTB.MyItemInfo.MyContent.ContentRoUsages[0]; } else {