Use new settings
Removed outdated comments
This commit is contained in:
@@ -86,7 +86,6 @@ namespace DataLoader
|
||||
|
||||
// check that file exists, i.e. if proc file doesn't exist but has entry in set
|
||||
// file, flag error, but continue.
|
||||
//string fname = frmMain.tbSourceText +"\\"+ dr["entry"] + ".dbf";
|
||||
string fname = pth + "\\" + dr["entry"] + ".dbf";
|
||||
if (File.Exists(fname))
|
||||
{
|
||||
@@ -381,7 +380,6 @@ namespace DataLoader
|
||||
}
|
||||
private void DbtOk(string fname, string pth)
|
||||
{
|
||||
//string dbtname = frmMain.tbSourceText + "\\" + fname + ".dbt";
|
||||
string dbtname = pth + "\\" + fname + ".dbt";
|
||||
if (File.Exists(dbtname))
|
||||
{
|
||||
|
Reference in New Issue
Block a user