Added a missing MAXRECURSION 10000
Changed Through Transition Format and User Interface Added Automatic Print Options to shutoff DebugText (/NT), DebugPagination (/NP) and Compare (/NC) Added logic to allow the use of the default path for PDFs. Update the Print_PDFLocation property of the Working Draft when the user changes the value on the Working Draft property page. Fixed Bug B2013-117 Set the date/time stamp for the Document based upon the current time. Make sure that the output is set to Final without revisions and comments before ROs are replaced. Added function to restore valid previous version of MSWord document if the current version is not a valid document. Check for Null to eliminate errors. Removed Unused field DocPDF Support MSWord document restore function. Add check for Transition Node count before updating values. Restore latest valid MSWord document if the current version is not valid. Eliminate File Commands so that the user can only close the MSWord section, and then verify if the changes to the document will be saved.
This commit is contained in:
@@ -5793,6 +5793,7 @@ select I.[Level],I.[FromType],I.[Ordinal], I.[ParentID], I.[ItemID],I.[PreviousI
|
||||
join Contents C on C.ContentID = I.ContentID
|
||||
where i.apple = 1
|
||||
order by I.[Level] , I.[FromType], I.[Ordinal]
|
||||
OPTION (MAXRECURSION 10000)
|
||||
END
|
||||
GO
|
||||
-- Display the status of Procedure Creation
|
||||
|
Reference in New Issue
Block a user