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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user