added Docstyle format flag DSS_WordContentLandscaped to flag that Word content is landscaped

don’t change level for steps under sequentials (only under notes/cautions/equipment lists)
use Docstyle format flag DSS_WordContentLandscaped to make End message landscaped
This commit is contained in:
2014-11-18 15:12:23 +00:00
parent 443dc9adaf
commit 85a8a26504
4 changed files with 11 additions and 1 deletions

View File

@@ -2930,7 +2930,8 @@ namespace VEPROMS.CSLA.Library
// 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
if (doMeta && IsSequential && (InNote() || InCaution() || MyParent.IsEquipmentList))
if (doMeta && IsSequential && (InNote() || InCaution() ||
(MyParent.IsEquipmentList && !MyParent.FormatStepData.TabData.IdentPrint.Contains("{seq}"))))
{
// if immediate parent is note, caution or equip, use numeric, otherwise use alpha.
localPrintLevel = 0;