update 20260322
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user