update 20250226

This commit is contained in:
Stefan Hutter
2025-02-27 19:33:36 +01:00
parent d745bb8ead
commit a964746492
81 changed files with 598 additions and 169 deletions

View File

@@ -59,6 +59,7 @@ namespace OnDoc.UIControls
{
try
{
if (PrintDokID == dokumentid) { return; }
PrintDokID = dokumentid;
clsdok dok = new clsdok("", "", "");
if (dokumentid.Length > 25) { dok.dokument = dokumentid; } else { dok = GetDoc(true, dokumentid); }