B2017-193 Added a Command Line flag /NoMRU that causes the Most Recently Used List not to be loaded. Sometimes PROMS will work for one user and not for another and the cause is something in the Most Recent Used List. This flag clears the Most Recent Used List
B2017-193 Error occured when a section in the MRU was being loaded as an iteminfo
This commit is contained in:
@@ -2306,6 +2306,8 @@ namespace Volian.Print.Library
|
||||
while (ii != null)
|
||||
{
|
||||
SectionInfo supInfoSect = ii.ActiveSection as SectionInfo;
|
||||
// B2017-193 Error occured when a section in the MRU was being loaded as an iteminfo
|
||||
if (supInfoSect == null) supInfoSect = SectionInfo.Get(ii.ActiveSection.ItemID);
|
||||
// if there is a pagebreak on this step section step, quit looking for supinfos. The
|
||||
// break has to occur here.
|
||||
if (supInfoSect.StepSectPageBreaks.Contains(ii.ItemID)) return -1;
|
||||
|
Reference in New Issue
Block a user