Update 20250505
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user