update 20250108
This commit is contained in:
@@ -117,6 +117,7 @@ namespace OnDoc.UIControls.Administrator
|
||||
try { cbbearbeitungzwingend.Checked = Convert.ToBoolean(r["bearbeitung_zwingend"]) == true; } catch { cbbearbeitungzwingend.Checked = false; }
|
||||
|
||||
try { chkfilloffice.Checked = Convert.ToBoolean(r["FillOffice"]) == true; } catch { chkfilloffice.Checked = false; }
|
||||
try { cbboxcompatibilitymode.Text = r["compatibilitymode"].ToString(); } catch { cbboxcompatibilitymode.Text = ""; }
|
||||
}
|
||||
|
||||
private void sfButton1_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user