update vor token

This commit is contained in:
Stefan Hutter
2024-10-01 15:26:52 +02:00
parent bbace0411f
commit 4c4d27bf48
2069 changed files with 493200 additions and 150 deletions

View File

@@ -100,6 +100,7 @@ namespace OnDocOffice
try
{
word = new Microsoft.Office.Interop.Word.Application();
word.Run("Autoexec");
return true;
}
catch
@@ -124,7 +125,7 @@ namespace OnDocOffice
{
word.Run(dr[0].ToString());
}
catch { }
catch ( Exception e) { string a = e.Message;}
}
}
//clsProcessWatch.AddToList(dokumentid, filename, "Word");