implemented the ContinueSectionHeader format flag.

Added code to the logic that replaces the procedure number with a Unit Procedure Number / Name so that if the results is a blank, it will default to the original procedure number
This commit is contained in:
2013-07-10 17:12:22 +00:00
parent e3aa3ecdcd
commit 4daf9fef31
2 changed files with 49 additions and 11 deletions

View File

@@ -989,6 +989,8 @@ namespace Volian.Print.Library
eopnum = unitnum.Replace("#", eopnum);
if (unitnum.Contains("!"))
eopnum = unitnum.Replace("!", unitname);
if (eopnum == string.Empty)
eopnum = section.MyProcedure.MyContent.Number;
}
if (token.Equals("{PREDELIMEOPNUM}"))
{