C2021-010: Print using standard pagination rules by removing trailing hard returns, spaces & manual page breaks

This commit is contained in:
2021-02-23 14:51:49 +00:00
parent 6499c9a23c
commit b679829508
11 changed files with 421 additions and 207 deletions

View File

@@ -1580,7 +1580,7 @@ namespace VEPROMS
}
public UserInfo MyUserInfo = null;
public static UserInfo SMyUserInfo = null; // C2021-010: Remove trailing returns/spaces & manual page breaks & allow save.
public VersionWindowList MyVersionWindowList;
public ContentInfo ci1;
public ContentInfo ci2;
@@ -1636,6 +1636,7 @@ namespace VEPROMS
try
{
MyUserInfo = UserInfo.GetByUserID(VlnSettings.UserID);
SMyUserInfo = MyUserInfo;
}
catch
{
@@ -1648,6 +1649,7 @@ namespace VEPROMS
Group g = Group.Get(securityRole);
Membership.MakeMembership(u, g, null, "");
MyUserInfo = UserInfo.Get(u.UID);
SMyUserInfo = MyUserInfo;
}
ctrlAnnotationDetails.MyUserInfo = MyUserInfo;
DisplayRO.MyUserInfo = MyUserInfo; // set the user's security information in the properties RO panel