From d52c4b93cba5e8616e3a7657337450e9a4bf56a6 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 14 Jan 2022 18:57:43 +0000 Subject: [PATCH] C2021-065 BNPP Alarms pagelist flag to match AlarmID (procnumber) with RO value of AlarmID --- PROMS/VEPROMS.CSLA.Library/Format/PageStyles.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PageStyles.cs b/PROMS/VEPROMS.CSLA.Library/Format/PageStyles.cs index f35b54e0..779332fa 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PageStyles.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PageStyles.cs @@ -141,6 +141,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _RepWords, "@RepWords"); } } + private LazyLoad _ROLkUpMatch; // C2021-065 (BNPP Alarms format) + public bool ROLkUpMatch + { + get + { + return LazyLoad(ref _ROLkUpMatch, "@ROLkUpMatch"); + } + } private LazyLoad _MaxWidth; public int? MaxWidth {