Save File Last Write UTC as Document.DTS
Eliminate unused variables Use settings for Format Load Output status of Formats being loaded Save File Last Write UTC as Document.DTS added History_OriginalFileName to DocumentConfig Use settings rather than local variables Only use the first 12 characters of a ROID for DROUsage Lookup
This commit is contained in:
@@ -82,8 +82,8 @@ namespace DataLoader
|
||||
{
|
||||
try
|
||||
{
|
||||
_FmtAllPath = frmMain.MySettings.FormatFolder;
|
||||
_GenmacAllPath = frmMain.MySettings.GenMacFolder;
|
||||
//_FmtAllPath = frmMain.MySettings.FormatFolder;
|
||||
//_GenmacAllPath = frmMain.MySettings.GenMacFolder;
|
||||
frmMain.Status = "Make Connection";
|
||||
// make the initial database connection record, annotation types & top
|
||||
// system folder.
|
||||
@@ -105,7 +105,8 @@ namespace DataLoader
|
||||
|
||||
frmMain.Status = "Load All Formats";
|
||||
//LoadAllFormats();
|
||||
Format.UpdateFormats(_FmtAllPath, _GenmacAllPath);
|
||||
//Format.UpdateFormats(_FmtAllPath, _GenmacAllPath);
|
||||
Format.UpdateFormats(frmMain.MySettings.FormatFolder, frmMain.MySettings.GenMacFolder);
|
||||
|
||||
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