B2017-224 Top Continue Messages were not printing. Logic for background printing was running when it should not.
This commit is contained in:
parent
6d350ed94f
commit
9458f378e2
@ -2115,7 +2115,7 @@ namespace Volian.Print.Library
|
|||||||
// 'this' below is a highlevel step, and the only time that ParaBreaks[0] will == 'this' is
|
// 'this' below is a highlevel step, and the only time that ParaBreaks[0] will == 'this' is
|
||||||
// when the PageBreakOnStep flag is true.
|
// when the PageBreakOnStep flag is true.
|
||||||
if (MyPageHelper.ParaBreaks != null && MyPageHelper.ParaBreaks.Count > 0 &&
|
if (MyPageHelper.ParaBreaks != null && MyPageHelper.ParaBreaks.Count > 0 &&
|
||||||
MyPageHelper.ParaBreaks[0] == this)
|
MyPageHelper.ParaBreaks[0] == this && this.MyItemInfo.FormatStepData.PageBreakOnStep)// B2017-224 Top Continue Messages Add check for PageBreakOnStep 9/26/2017 Ginna SAMGs SAG-8 Step 4
|
||||||
{
|
{
|
||||||
ShowPageBreak(1, CheckForCompression("PageBreakOnStep/Caution/Note HLS"), "Yes", YTop - YBottomMost, yTopMargin - yBottomMargin, yTopMargin - yBottomMargin, false);
|
ShowPageBreak(1, CheckForCompression("PageBreakOnStep/Caution/Note HLS"), "Yes", YTop - YBottomMost, yTopMargin - yBottomMargin, yTopMargin - yBottomMargin, false);
|
||||||
YTopMost = OutputOtherPageSteps(cb, YTopMost, yPageStart, yTopMargin, yBottomMargin);
|
YTopMost = OutputOtherPageSteps(cb, YTopMost, yPageStart, yTopMargin, yBottomMargin);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user