B2025-048 Problem with Printing CAS Steps
This commit is contained in:
@@ -2159,7 +2159,10 @@ namespace Volian.Print.Library
|
||||
}
|
||||
// If "doSectionTitleContinued" is true then print the section title with "(Continued)" appended to it
|
||||
// format must have ContinueSectinHeader format flag set to true
|
||||
if (doSectionTitleContinued)
|
||||
//B2025-048 Problem with Printing CAS Steps
|
||||
// skip this if printing CAS or CTAS - was causing it to
|
||||
// skip/overwrite data
|
||||
if (doSectionTitleContinued && MyPromsPrinter.PromsPrinterPrintType == PromsPrinterPrintType.Normal)
|
||||
{
|
||||
vlnParagraph sectContPara;
|
||||
string contMsg = (MyItemInfo.ActiveSection != null) ? MyItemInfo.ActiveSection.MyDocStyle.Continue.SectionTitle.AppendToTitle : ""; // C2018-003 fixed use of getting the active section
|
||||
|
Reference in New Issue
Block a user