Removed Full-Text Search
Adjusted Right Limit for Tables
This commit is contained in:
@@ -920,7 +920,7 @@ namespace Volian.Print.Library
|
||||
XOffset = hls1.XOffset + hls1.Width / 2 - Width / 2; // xoffset if AER column
|
||||
int colR = int.Parse(formatInfo.MyStepSectionLayoutData.ColRTable.Split(",".ToCharArray())[itemInfo.ColumnMode]);
|
||||
float xLowerLimit = 6; // Adjusted for HLP VE-PROMS
|
||||
float xUpperLimit = hls1.XOffset + hls1.Width + colR * itemInfo.ColumnMode + 18; // Adjusted for HLP VE-PROMS
|
||||
float xUpperLimit = hls1.XOffset + hls1.Width + colR * itemInfo.ColumnMode; // 20110429 RHM Adjusted for RNO Tables Removed +18; // Adjusted for HLP VE-PROMS
|
||||
if (!aerTableOrFigure && itemInfo.RNOLevel == 0) // Centered Table of Figure
|
||||
{
|
||||
// adjust for RNO
|
||||
@@ -987,7 +987,7 @@ namespace Volian.Print.Library
|
||||
cbMess = itemInfo.MyContent.UserID;
|
||||
else if (myPageHelper.ChangeBarDefinition.MyChangeBarText == PrintChangeBarText.DateChgID)
|
||||
{
|
||||
string fmtDate = itemInfo.DTS.ToShortDateString();
|
||||
string fmtDate = itemInfo.MyContent.DTS.ToShortDateString();
|
||||
if (fmtDate.Length != 10) // need to add zeros
|
||||
{
|
||||
if (fmtDate.IndexOf("/") == 1)
|
||||
|
Reference in New Issue
Block a user