This commit is contained in:
parent
143f927cc6
commit
9fd12948f4
@ -56,6 +56,13 @@ namespace DataLoader
|
|||||||
ci.AddItem("Procedure", "ProcCode", tstr);
|
ci.AddItem("Procedure", "ProcCode", tstr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Load in format data, i.e. default number of columns:
|
||||||
|
string tstr1 = dr["Format"].ToString();
|
||||||
|
if (tstr1 != null && tstr1 != "")
|
||||||
|
{
|
||||||
|
if (ci == null) ci = new ConfigInfo(null);
|
||||||
|
ci.AddItem("Format", "Columns", tstr1);
|
||||||
|
}
|
||||||
// try to load in fix file data:
|
// try to load in fix file data:
|
||||||
FileInfo fi = new FileInfo(pth + @"\" + ProcFileName + @".fix");
|
FileInfo fi = new FileInfo(pth + @"\" + ProcFileName + @".fix");
|
||||||
if (fi.Exists)
|
if (fi.Exists)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user