support for PROC.INI “RO’s” and convert dashes to non-breaking dashes, fix for Fortran format numbers

removed the space from “Procedure Number” for the get profile of ProcedureNumber
Added Unit Specific logic
This commit is contained in:
2011-09-22 19:54:03 +00:00
parent bf8ee98a53
commit e9865f3250
4 changed files with 55 additions and 15 deletions

View File

@@ -194,7 +194,7 @@ namespace VEPROMS.CSLA.Library
//GetPrivateProfileString("unit", "procedure number", asis, mstr, MAXPATH, "proc.ini");
string pnum = asis;
string mstr = GetProfile("Unit", "Procedure Number");
string mstr = GetProfile("Unit", "ProcedureNumber");
if (!mstr.Equals(string.Empty))
pnum = mstr;
if (pnum.Equals(asis))