Search Results Report
Changed Word conversion to use one instance of a Word Application unless an error occurs. Changed two timers to Static
This commit is contained in:
@@ -459,6 +459,7 @@ namespace DataLoader
|
||||
if (Properties.Settings.Default["BackupFileName"].ToString() != "")
|
||||
this.tbxBackupFileName.Text = Properties.Settings.Default.BackupFileName;
|
||||
_Loading = false;
|
||||
MSWordToPDF.CloseWordWhenDone = false;
|
||||
}
|
||||
|
||||
private void frmLoader_FormClosing(object sender, FormClosingEventArgs e)
|
||||
|
Reference in New Issue
Block a user