From c8657e46c5e234da84a08575635668b10b38cabd Mon Sep 17 00:00:00 2001 From: John Jenko Date: Wed, 9 Aug 2023 12:00:45 -0400 Subject: [PATCH] F2023-115 - Added new HLS type that removes extra blank lines between it and its table --- PROMS/Formats/fmtall/VEGPAlrall.xml | Bin 198624 -> 199538 bytes .../Properties/AssemblyInfo.cs | 6 ++++-- PROMS/Volian.Print.Library/vlnParagraph.cs | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/PROMS/Formats/fmtall/VEGPAlrall.xml b/PROMS/Formats/fmtall/VEGPAlrall.xml index f3168579d3d65e363878a5b99de27d8e188e4003..7e169a1ebc79cc586a5d5c608e59e9c4bd19184b 100644 GIT binary patch delta 198 zcmaFR&+};-Ps0{QhrNsn(-kWjZKp4o&nPurVL79~^nxXf7Td4wWh??Rr!uNBnoeh& z$S6ErU@s$wcmP8xLlHwJLq0LBxlrq4Rfs4+d@CD5h`(-}Raoq&cUGUPF2Gbk_wGn4?0 sD*&?GfQA=sU%!U2nQ{7qOH3@&^NJZcrtivO6l%{p$GAP~98;Mk0N9Q{HUIzs delta 45 zcmV+|0Mh^RmJHyJ41lx&K)sXHB^sB&uK_HUu>nxG;JpEI5SOrY0R)HM(E+#K(E^k? D;rtY~ diff --git a/PROMS/VEPROMS User Interface/Properties/AssemblyInfo.cs b/PROMS/VEPROMS User Interface/Properties/AssemblyInfo.cs index 3d925c63..61e70310 100644 --- a/PROMS/VEPROMS User Interface/Properties/AssemblyInfo.cs +++ b/PROMS/VEPROMS User Interface/Properties/AssemblyInfo.cs @@ -44,8 +44,10 @@ using System.Runtime.InteropServices; // Revision DHH (day - no leading zero, two digit hour - military time // // ********* REMEMBER TO CHECK THE AssemblyConfiguration SETTING (ABOVE) ******** -[assembly: AssemblyVersion("2.1.2308.909")] -[assembly: AssemblyFileVersion("2.1.2308.909")] +[assembly: AssemblyVersion("2.1.2308.911")] +[assembly: AssemblyFileVersion("2.1.2308.911")] + + diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index dea6c919..466a61b2 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -5388,6 +5388,7 @@ namespace Volian.Print.Library if (MyItemInfo.FormatStepData != null && MyItemInfo.FormatStepData.Prefix != null && MyItemInfo.FormatStepData.Suffix != null && MyItemInfo.FormatStepData.UseSmartTemplate) return 0; int everyNLines = MyItemInfo.FormatStepData == null ? 1 : MyItemInfo.FormatStepData.StepLayoutData.EveryNLines ?? 1; if (everyNLines == -99) return 0; + if (everyNLines == -1) return -SixLinesPerInch; if (MyItemInfo.ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvertAlarm || (MyItemInfo.ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvert && MyItemInfo.IsStep && MyItemInfo.FormatStepData.StepLayoutData.STBoxindex != null)) {