update 20250108

This commit is contained in:
Stefan Hutter
2025-01-08 16:21:39 +01:00
parent af418d0114
commit bd4598e4a8
28 changed files with 71 additions and 10 deletions

View File

@@ -64,7 +64,7 @@
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(156, 26);
this.label2.TabIndex = 2;
this.label2.Text = "6. Januar 2025";
this.label2.Text = "8. Januar 2025";
//
// SplashScreen
//

View File

@@ -465,7 +465,7 @@ namespace OnDoc.UIControls
private void RibbonButtonNew_Click(object sender, EventArgs e)
{
OnDoc.DocMgmt.DokTypSelect DokTypSelect = new OnDoc.DocMgmt.DokTypSelect();
OnDoc.DocMgmt.DokTypSelect DokTypSelect = new OnDoc.DocMgmt.DokTypSelect(false);
DokTypSelect.vorlagentype = 1;
DokTypSelect.ShowDialog(this);
if (DokTypSelect.DialogResult == DialogResult.OK)
@@ -513,7 +513,7 @@ namespace OnDoc.UIControls
{
DOCGEN.DocGet dg = new DOCGEN.DocGet(AppParams.connectionstring);
string filedata = dg.get_word_vorlage(sb.officevorlagenr);
string filedata = dg.get_word_vorlage(sb.officevorlagenr, sb.dokumenttypnr);
clsFileHelper fh = new clsFileHelper();
string tempfilename = "";

View File

@@ -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)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.