disable print button on the reviewer ribbon when the applicability setting is Master
This commit is contained in:
@@ -636,12 +636,14 @@ namespace VEPROMS
|
||||
{
|
||||
pnl.MyStepTabPanel.MyStepTabRibbon.btnPdfCreate.Enabled = true;
|
||||
pnl.MyStepTabPanel.MyStepTabRibbon.btnCASCreate.Enabled = true;
|
||||
pnl.MyStepTabPanel.MyStepTabRibbon.btnReviewCreatePDF.Enabled = true;
|
||||
btnPrint.Visible = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
pnl.MyStepTabPanel.MyStepTabRibbon.btnPdfCreate.Enabled = false;
|
||||
pnl.MyStepTabPanel.MyStepTabRibbon.btnCASCreate.Enabled = false;
|
||||
pnl.MyStepTabPanel.MyStepTabRibbon.btnReviewCreatePDF.Enabled = false;
|
||||
btnPrint.Visible = false;
|
||||
}
|
||||
//end added by jcb 20130718
|
||||
|
Reference in New Issue
Block a user