Fixed logic for SUM.FMT
Fixed logic to update formats Fixed logic to paste dashes
This commit is contained in:
@@ -3102,10 +3102,12 @@ namespace fmtxml
|
||||
if (rightCheckOffBox[0] == -2 && rightCheckOffBox[1] == -2) fmtdata.ProcData.CheckOffData.SkipSpaces = "true";
|
||||
else
|
||||
{
|
||||
fmtdata.ProcData.CheckOffData.LayoutList[0].RnoLevel = "0";
|
||||
fmtdata.ProcData.CheckOffData.LayoutList[0].Column = rightCheckOffBox[0];
|
||||
fmtdata.ProcData.CheckOffData.LayoutList[0].RnoLevel = "1";
|
||||
fmtdata.ProcData.CheckOffData.LayoutList[0].Column = rightCheckOffBox[1];
|
||||
if (fmtdata.ProcData.CheckOffData.LayoutList == null)
|
||||
fmtdata.ProcData.CheckOffData.LayoutList = new Absolute [2];
|
||||
fmtdata.ProcData.CheckOffData.LayoutList[0].RnoLevel = "0";
|
||||
fmtdata.ProcData.CheckOffData.LayoutList[0].Column = rightCheckOffBox[0];
|
||||
fmtdata.ProcData.CheckOffData.LayoutList[1].RnoLevel = "1";
|
||||
fmtdata.ProcData.CheckOffData.LayoutList[1].Column = rightCheckOffBox[1];
|
||||
}
|
||||
}
|
||||
for (int i = 0; i < MAXCHKHEADINGS; i++)
|
||||
|
Reference in New Issue
Block a user