BGE – phone list edit support
For BGE BGE – phone list support BGE – account for phone list size when paginating BGE – phone list support & fixes for auto Table of Contents
This commit is contained in:
@@ -864,6 +864,25 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
}
|
||||
}
|
||||
[Category("Print Settings")]
|
||||
[DisplayName("PhoneList")]
|
||||
[RefreshProperties(RefreshProperties.All)]
|
||||
[Description("Phone List")]
|
||||
public string Print_PhoneList
|
||||
{
|
||||
get
|
||||
{
|
||||
return _Xp["PrintSettings", "PhoneList"];
|
||||
}
|
||||
set
|
||||
{
|
||||
if (_SaveChangesToDocVersionConfig)
|
||||
{
|
||||
_Xp["PrintSettings", "PhoneList"] = value; // save selected value
|
||||
OnPropertyChanged("Print_PhoneList");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region Unit // From PROC.INI
|
||||
//MultiUnitCount
|
||||
|
Reference in New Issue
Block a user