diff --git a/PROMS/Formats/fmtall/WCNTRNall.xml b/PROMS/Formats/fmtall/WCNTRNall.xml index 75a65ebe..65969cec 100644 Binary files a/PROMS/Formats/fmtall/WCNTRNall.xml and b/PROMS/Formats/fmtall/WCNTRNall.xml differ diff --git a/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs b/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs index ec057fc2..b9846c45 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/DocStyles.cs @@ -531,6 +531,19 @@ namespace VEPROMS.CSLA.Library } } #endregion + #region MaxLen + private LazyLoad _MaxLen; + [Category("Section Continue Msg")] + [DisplayName("MaxLen for text within the column")] + [Description("MaxLen for text within the column")] + public int? MaxLen + { + get + { + return LazyLoad(ref _MaxLen, "@MaxLen"); + } + } + #endregion #region Message private LazyLoad _Message; [Category("Continue Msg")]