update 20260322

This commit is contained in:
Stefan Hutter
2026-03-22 20:29:57 +01:00
parent 4460f36891
commit 399d63bc69
78 changed files with 792 additions and 56 deletions

View File

@@ -717,6 +717,10 @@ namespace OnDoc.UICintrols
case ".XLS":
case ".XLT":
apptype = "Excel";
for (int i = 0; i < AppParams.ExcelWait; i++)
{
System.Windows.Forms.Application.DoEvents();
}
break;
}
@@ -869,9 +873,13 @@ namespace OnDoc.UICintrols
{
System.Diagnostics.Process.Start("excel.exe", " " + tempfilename);
}
//System.Diagnostics.Process.Start("excel.exe", "/x " + tempfilename);
if (editdoc == true)
{
Logging.Logging.Debug("Excel: ExcelWait", "OndocClient", "");
System.Threading.Thread.Sleep(AppParams.ExcelWait);
clsProcessWatch.AddToList(selected_dokumentid, tempfilename, "Excel");
}
fh2 = null;