Update 20250505

This commit is contained in:
Stefan Hutter
2025-05-05 17:50:51 +02:00
parent 5aa75038e7
commit 3e7d72e379
26 changed files with 78 additions and 24 deletions

View File

@@ -2115,6 +2115,7 @@ namespace OnDoc.UICintrols
ribbonSaveGridView.Enabled = AppParams.isSysadmin;
ribbonSaveGridView.Visible = AppParams.isSysadmin;
ribbonAnmelden.Visible = AppParams.showlogin;
System.Windows.Forms.Application.DoEvents();
//pos_elements();
}

View File

@@ -736,6 +736,8 @@ namespace OnDoc.UIControls
if (cbboxunterschriftrechts.Text == "") { docgendata.unterschriftRehts = "-1"; }
}
catch { }
if (cbboxunterschriftlinks.Visible == false) { docgendata.unterschriftLinks = "-1"; }
if (cbboxunterschriftrechts.Visible ==false) { docgendata.unterschriftRehts = "-1"; }
if (cbfaksimile.Checked) { docgendata.digitaleunterschrift = true; } else { docgendata.digitaleunterschrift = false; }
if (cbformularohneunterschrfit.Checked) { docgendata.frormularOhneUnterschrift = true; } else { docgendata.frormularOhneUnterschrift = false; }
if (lblohneUnterschrift.Visible) { docgendata.frormularOhneUnterschrift = true; }