Added new property "Process Only In Location" to limit the datasets that are converted when "Only Process this Procedure Set" is false.
Save the RevDate from the SET.DBF file.
This commit is contained in:
@@ -171,6 +171,8 @@ namespace DataLoader
|
||||
DirectoryInfo dir = new DirectoryInfo(frmMain.MySettings.ProcedureSetPath);
|
||||
_OnlyThisFolder = dir.Parent.FullName.ToUpper();
|
||||
}
|
||||
else if ((frmMain.MySettings.ProcessOnlyInLocation ?? "") != "")
|
||||
_OnlyThisFolder = frmMain.MySettings.ProcessOnlyInLocation.ToUpper();
|
||||
else
|
||||
_OnlyThisFolder = "";
|
||||
}
|
||||
|
Reference in New Issue
Block a user