Added "Applicability" heading to Sync output
Bug Fix - Added logic to check if there is a non-null SelectedEditItem, before using the property of the SelectedEditItem. DSO Framer Save - Close DSO Framer window when PROMS closes.
This commit is contained in:
@@ -466,6 +466,9 @@ namespace Sync
|
||||
Font fntBoldItalic = new Font("Arial", 14, FontStyle.Bold | FontStyle.Italic);
|
||||
StringBuilder sb = new StringBuilder();
|
||||
dgv.EndEdit();
|
||||
sb.Append("Applicability:\r\n\r\n");
|
||||
AddText(rtb, fntBold, "Applicability:");
|
||||
AddText(rtb, fntNormal, "\r\n\r\n\r\n\r\n");
|
||||
if (HasFmtXML(_CheckedOut))
|
||||
{
|
||||
sb.Append("* This change includes format changes which must be loaded into the databases.\r\n\r\n");
|
||||
|
Reference in New Issue
Block a user