C2021-063 added format flag to allow for the generation of a text file containing Alarm Point List information when a Print/Merge is done on an Alarm.
This commit is contained in:
parent
7cb7081d7a
commit
7bd4dace4c
@ -1328,6 +1328,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _NoBlankLastNoteCautionWarn, "@NoBlankLastNoteCautionWarn");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _ChkBoxToGeneratePointListText; // C2021-063 Barakah Alarm: check box to generate Alarm Point List Text
|
||||
public bool ChkBoxToGeneratePointListText
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _ChkBoxToGeneratePointListText, "@ChkBoxToGeneratePointListText");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region VersionIdText
|
||||
|
Loading…
x
Reference in New Issue
Block a user