B2023-093 Convert PROMS Word sections to the DOCX format if needed before Editing or Printing

This commit is contained in:
2023-09-13 14:27:38 -04:00
parent a923a597f3
commit ef3efe2380
7 changed files with 306 additions and 0 deletions

View File

@@ -655,6 +655,7 @@ namespace Volian.Controls.Library
}
else // Otherwise open it in the Word editor
{
Document.ConvertWordSectionToDOCX(myItemInfo); // B2023-093 Convert a Word section to the DOCX Word format if needed before opening it for edit
return OpenDSOTabPage(myItemInfo);
}
}