Update 20250306

This commit is contained in:
Stefan Hutter
2025-03-06 17:54:57 +01:00
parent 438845a172
commit 3ad46bb5ef
48 changed files with 413 additions and 272 deletions

View File

@@ -474,6 +474,7 @@ namespace OnDoc.DocMgmt
word.ActiveDocument.Save();
word.ActiveDocument.SaveAs2(word.ActiveDocument.FullName + ".tmp");
word.ActiveDocument.Close();
Thread.Sleep(AppParams.OfficeSpleep1);
word.Documents.Open(FileName);
this.docPreview1.Visible = true;
this.Width = groupBox2.Width * 3;