update 20250209
This commit is contained in:
@@ -151,7 +151,12 @@ namespace OnDoc.UIControls
|
||||
lblUnterschriftrechts.Visible = false;
|
||||
}
|
||||
this.cbfaksimile.Enabled = Convert.ToBoolean(dr["unterschrift_faksimile"]) == true;
|
||||
if (this.cbfaksimile.Enabled == true) { this.cbfaksimile.Checked = true; }
|
||||
if (this.cbfaksimile.Enabled == true)
|
||||
{
|
||||
this.cbfaksimile.Checked = true;
|
||||
//20250208 - bis faksimile klappt
|
||||
this.cbfaksimile.Checked = false;
|
||||
}
|
||||
this.cbformularohneunterschrfit.Checked = false;
|
||||
|
||||
if (cbformularohneunterschrfit.Enabled)
|
||||
|
||||
Reference in New Issue
Block a user