Allow update of formats from PROMS interface

This commit is contained in:
2011-11-16 16:37:15 +00:00
parent bfd97a31bf
commit 718b4d9dc0
5 changed files with 272 additions and 245 deletions

View File

@@ -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");