Added code to fix bug B2015-070.

This commit is contained in:
Jim 2015-05-28 01:47:14 +00:00
parent 37e2227919
commit 793335f71e

View File

@ -874,16 +874,24 @@ namespace VEPROMS
return ((FolderConfig)jj_vetn.VEObject.MyConfig).Title; // get the panel heading
}
//private void btnStepRTF_Click(object sender, System.EventArgs e)
//{
// if (tc.MyStepRTB != null)
// {
// frmStepRTF frm = new frmStepRTF();
private void btnStepRTF_Click(object sender, System.EventArgs e)
{
MessageBox.Show("No implementation code");
//PingSession(null);
// frm.MyStepRTB = tc.MyStepRTB;
// frm.Show();
// }
//}
//if (tc.MyStepRTB != null)
//{
// StepConfig sc = new StepConfig(tc.MyStepRTB.MyItemInfo.MyContent.Config);
// if (sc.Step_SourceToBackground != null)
// OpenMyItem(sc.Step_SourceToBackground);
// if(sc.Step_BackgroundToSource != null)
// OpenMyItem(sc.Step_BackgroundToSource);
//frmStepRTF frm = new frmStepRTF();
//frm.MyStepRTB = tc.MyStepRTB;
//frm.Show();
//}
}
private SessionInfo MySessionInfo;
private System.Threading.Timer MyActivityTimer;
@ -1324,6 +1332,7 @@ namespace VEPROMS
dti.MyDSOTabPanel.OverrideClose = true;
tc.CloseTabItem(dti);
}
tmrCloseTabItems.Enabled = true;
}
private void InitializeSecurity()