This commit is contained in:
@@ -2073,9 +2073,10 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
int typ = (int)ActiveSection.MyContent.Type;
|
||||
int subtyp = typ % 10000;
|
||||
if (subtyp >= ActiveFormat.PlantFormat.DocStyles.DocStyleList.Count) return ActiveFormat.PlantFormat.DocStyles.DocStyleList[0];
|
||||
_MyDocStyle = ActiveFormat.PlantFormat.DocStyles.DocStyleList[subtyp];
|
||||
}
|
||||
return _MyDocStyle;
|
||||
}
|
||||
return _MyDocStyle;
|
||||
}
|
||||
set
|
||||
{
|
||||
@@ -2307,7 +2308,9 @@ namespace VEPROMS.CSLA.Library
|
||||
// the ident of the step:
|
||||
|
||||
bool useSubStepTabs = false;
|
||||
if (doMeta && IsHigh && !seqtabs[(localPrintLevel<0?0:localPrintLevel) % seqtabs.Count].TabToken.Contains("{numericWpar}")) useSubStepTabs = true;
|
||||
if (doMeta && IsHigh
|
||||
&& !seqtabs[(localPrintLevel<0?0:localPrintLevel) % seqtabs.Count].TabToken.Contains("{numericWpar}")
|
||||
&& tbformat.Contains("{")) useSubStepTabs = true;
|
||||
|
||||
// Check to be sure the parent tab should be included... If this sequential is within a note
|
||||
// or caution or equipment list, don't use parent tab AND always start the numbering as a numeric
|
||||
|
Reference in New Issue
Block a user