Logic to determine if a transition was acceptable was running into a limit. The limit was removed.
Changed logic so that Compare Check Box is visible if the PDF Output folder contains a folder named "Compare". Pagination within a step was changed to more accurately fill a page taking account for continue messages at the top and bottom of the page. Logic was added to try to find a place to break a step, if the minimum break location cannot be found using the standard logic. Added YTopMost output to debug text on compare PDFs.
This commit is contained in:
@@ -5420,6 +5420,7 @@ Union All
|
||||
join Items I on Z.PreviousID = I.ItemID
|
||||
)
|
||||
insert into @Parents select ItemID, ContentID from Itemz where Relationship > 0
|
||||
OPTION (MAXRECURSION 10000)
|
||||
RETURN
|
||||
END
|
||||
GO
|
||||
|
Reference in New Issue
Block a user