Added ‘UseSpecificPageNo’ for printing of explicit page number transitions
Use ‘UseSpecificPageNo’ for printing of explicit page number transitions Allow Change Id for each procedure (not one for entire session). Request from Calvert. Implement ‘UseSpecificPageNo’ flag. Added ‘UseSpecificPageNo’ flag Change Id dialog (moved from VEPROMS UI)
This commit is contained in:
@@ -59,10 +59,14 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
else
|
||||
MyStepRTB = null;
|
||||
if (rtabChgId.Visible)
|
||||
txtBxChgId.Text = (this.Parent as StepTabPanel).MyDisplayTabControl.ChgId;
|
||||
//if (rtabChgId.Visible)
|
||||
// txtBxChgId.Text = (this.Parent as StepTabPanel).MyDisplayTabControl.ChgId;
|
||||
}
|
||||
}
|
||||
public void SetChangeId(string chgid)
|
||||
{
|
||||
txtBxChgId.Text = chgid;
|
||||
}
|
||||
// added jcb 20121221 to support set ro from word doc
|
||||
private ROFSTLookup MyLookup;
|
||||
private DocVersionInfo _MyDVI;
|
||||
@@ -2766,7 +2770,9 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
private void btnSaveChgId_Click(object sender, EventArgs e)
|
||||
{
|
||||
(this.Parent as StepTabPanel).MyDisplayTabControl.ChgId = txtBxChgId.Text;
|
||||
//(this.Parent as StepTabPanel).MyDisplayTabControl.ChgId = txtBxChgId.Text;
|
||||
(this.Parent as StepTabPanel).MyDisplayTabControl.ItemsChangeIds.Remove(_MyEditItem.MyStepRTB.MyItemInfo.MyProcedure.ItemID);
|
||||
(this.Parent as StepTabPanel).MyDisplayTabControl.ItemsChangeIds.Add(_MyEditItem.MyStepRTB.MyItemInfo.MyProcedure.ItemID, txtBxChgId.Text);
|
||||
}
|
||||
}
|
||||
public enum E_FieldToEdit { StepText, Text, Number, PSI };
|
||||
|
Reference in New Issue
Block a user