Allow update of formats from PROMS interface
This commit is contained in:
@@ -117,7 +117,8 @@ namespace DataLoader
|
||||
XmlDocument d = cfg.LoadSystemIni(vepromspath);
|
||||
|
||||
frmMain.Status = "Load All Formats";
|
||||
LoadAllFormats();
|
||||
//LoadAllFormats();
|
||||
Format.UpdateFormats(_FmtAllPath, _GenmacAllPath);
|
||||
|
||||
Format baseFormat = Format.Get(1);
|
||||
sysFolder = Folder.MakeFolder(null, dbConn, "VEPROMS", "VEPROMS", "VEPROMS", baseFormat, d.InnerXml, DateTime.Now, "Migration");
|
||||
|
Reference in New Issue
Block a user