B2020-027: Farley pagination for section with title on first page only in 7lpi

B2020-038: Farley pagination – no code change added a comment
This commit is contained in:
2020-03-25 10:59:48 +00:00
parent 58a878da9d
commit 0a6c398aff
2 changed files with 3 additions and 3 deletions

View File

@@ -1763,6 +1763,7 @@ i = 0;
case "[SECTIONLEVELTITLE]":
case "{ATTACHTITLECONT}":
case "[ATTACHTITLECONT]":
// B2020-038: incorrect pagination: Note that if PSOnlyFirst is active and pagination is set to continuous, pagination may be incorrect in printed output (no code change-just info here in case happens again)
bool printsectlevel = ((pageItem.Justify & VEPROMS.CSLA.Library.E_Justify.PSOnlyFirst) != VEPROMS.CSLA.Library.E_Justify.PSOnlyFirst) ||
(((pageItem.Justify & VEPROMS.CSLA.Library.E_Justify.PSOnlyFirst) == VEPROMS.CSLA.Library.E_Justify.PSOnlyFirst) && PrintedSectionPage==0);
// if there is 'no title' for the section, only print it if a format flag says to print it.