B2017-211 Roman High Level steps should be followed by Uppercase alpha substeps - This is being limited to Calvert SAMG Format
This commit is contained in:
parent
d80c80f66b
commit
f60e808b89
@ -3964,7 +3964,10 @@ namespace VEPROMS.CSLA.Library
|
|||||||
// ordinal = 0;
|
// ordinal = 0;
|
||||||
}
|
}
|
||||||
string alpha = useLinked?LinkedTab.Trim():AlphabeticalNumbering(ordinal);
|
string alpha = useLinked?LinkedTab.Trim():AlphabeticalNumbering(ordinal);
|
||||||
|
// B2017-211 Roman High Level steps should be followed by Uppercase alpha substeps - This is being limited to Calvert SAMG Format
|
||||||
|
if (_ActiveFormat.Name =="BGESAM1" &&MyParent != null && MyParent.IsHigh && MyParent.IsStep && MyParent.FormatStepData.TabData.IdentEdit.Contains("ROMAN"))
|
||||||
|
tbformat = tbformat.Replace("{alpha}", alpha);
|
||||||
|
else
|
||||||
tbformat = tbformat.Replace("{alpha}", alpha.ToLower());
|
tbformat = tbformat.Replace("{alpha}", alpha.ToLower());
|
||||||
tbformat = tbformat.Replace("{alphaWpar}", alpha.ToLower());
|
tbformat = tbformat.Replace("{alphaWpar}", alpha.ToLower());
|
||||||
if (ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvert && tbformat.Contains("{ALPHA}") && alpha.Length > 1)
|
if (ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvert && tbformat.Contains("{ALPHA}") && alpha.Length > 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user