Compare commits
No commits in common. "1d3dac0e51f3a2953e0c6fd6463b95536c429aee" and "68639eadf01b4ab0fa6c3c12ebc86f995595215d" have entirely different histories.
1d3dac0e51
...
68639eadf0
@ -1676,8 +1676,7 @@ namespace VEPROMS
|
|||||||
{
|
{
|
||||||
// B2018-091 Allow PROMS to close if only MSWord sections have been opened.
|
// B2018-091 Allow PROMS to close if only MSWord sections have been opened.
|
||||||
// B2019-071 we will now close one or all of the tabs (even step editor ones)
|
// B2019-071 we will now close one or all of the tabs (even step editor ones)
|
||||||
if (_WeAreExitingPROMS)
|
|
||||||
{
|
|
||||||
string DisplayTabID = "";
|
string DisplayTabID = "";
|
||||||
int pos;
|
int pos;
|
||||||
int TabItemID;
|
int TabItemID;
|
||||||
@ -1695,7 +1694,6 @@ namespace VEPROMS
|
|||||||
//tc.SelectedDisplayTabItem.MyStepTabPanel.ToString()
|
//tc.SelectedDisplayTabItem.MyStepTabPanel.ToString()
|
||||||
VEPROMS.CSLA.Library.Item.AddDisplayTabsState(TabItemID, DisplayTabID, DisplayTabName, MySessionInfo.UserID, cnt);
|
VEPROMS.CSLA.Library.Item.AddDisplayTabsState(TabItemID, DisplayTabID, DisplayTabName, MySessionInfo.UserID, cnt);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
int n = tc._MyDisplayTabItems.Count;
|
int n = tc._MyDisplayTabItems.Count;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user