update 20250102
This commit is contained in:
@@ -182,6 +182,8 @@ namespace OnDoc.UIControls.Administrator
|
||||
this.listBox1.DataSource = db.dsdaten.Tables[0];
|
||||
this.listBox1.DisplayMember = "Bezeichnung";
|
||||
this.listBox1.ValueMember = "vorlagenfeldregelnr";
|
||||
if (r["CompatibilityMode"].ToString()=="") { cbboxcompatibilitymode.SelectedIndex = 0; } else { cbboxcompatibilitymode.Text = r["CompatibilityMode"].ToString(); }
|
||||
try { chkfilloffice.Checked = Convert.ToBoolean(r["FillOffice"]) == true; } catch { chkfilloffice .Checked = false; }
|
||||
//try
|
||||
//{
|
||||
// chkbearbeitungdirekt.Checked = Convert.ToBoolean(r["BearbeitungDirket"]) == true;
|
||||
@@ -348,6 +350,8 @@ namespace OnDoc.UIControls.Administrator
|
||||
r["interop"] = chkinterop.Checked == true;
|
||||
r["erstellungInOffice"] = chkboxInOffice.Checked == true;
|
||||
r["physisches_archiv"]=cbboxarchiv.SelectedValue;
|
||||
r["CompatibilityMode"] = cbboxcompatibilitymode.Text;
|
||||
r["FillOffice"]=chkfilloffice.Checked == true;
|
||||
//if (cbOfficeDokument.Checked) { r["genresultat_type"] = 1; }
|
||||
//if (cbPDFDokument.Checked) { r["genresultat_type"] = 2; }
|
||||
//if (cbPDFDirekteArchivierung.Checked) { r["genresultat_type"] = 3; }
|
||||
|
||||
Reference in New Issue
Block a user