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:
Rich
2013-07-26 16:15:03 +00:00
parent d9554317f3
commit 01a3907a2c
2 changed files with 7 additions and 1 deletions

View File

@@ -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");