Added ‘UseSpecificPageNo’ for printing of explicit page number transitions
Use ‘UseSpecificPageNo’ for printing of explicit page number transitions Allow Change Id for each procedure (not one for entire session). Request from Calvert. Implement ‘UseSpecificPageNo’ flag. Added ‘UseSpecificPageNo’ flag Change Id dialog (moved from VEPROMS UI)
This commit is contained in:
@@ -5398,6 +5398,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _UseSpecificTransitionModifier, "@UseSpecificTransitionModifier");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _UseSpecificPageNo;
|
||||
public bool UseSpecificPageNo
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _UseSpecificPageNo, "@UseSpecificPageNo");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _UseSecTitles;
|
||||
public bool UseSecTitles
|
||||
{
|
||||
|
Reference in New Issue
Block a user