update 20250319
This commit is contained in:
@@ -760,7 +760,7 @@ namespace OnDoc.UICintrols
|
||||
if (interop == true)
|
||||
{
|
||||
OnDocOffice.clsExcelEdit ExcelInterOP = new OnDocOffice.clsExcelEdit(AppParams.connectionstring, tempfilename, selected_dokumentid);
|
||||
ExcelInterOP.Edit_Document();
|
||||
ExcelInterOP.Edit_Document(runmacros);
|
||||
ExcelInterOP = null;
|
||||
}
|
||||
else
|
||||
@@ -2217,7 +2217,7 @@ namespace OnDoc.UICintrols
|
||||
{
|
||||
Syncfusion.WinForms.Controls.ToolTipItem t = new Syncfusion.WinForms.Controls.ToolTipItem();
|
||||
t.Text = db.dsdaten.Tables[0].Rows[0]["mutiert_am"].ToString() +
|
||||
Environment.NewLine + Environment.NewLine + db.dsdaten.Tables[0].Rows[0]["betreff"].ToString() +
|
||||
//Environment.NewLine + Environment.NewLine + db.dsdaten.Tables[0].Rows[0]["betreff"].ToString() +
|
||||
Environment.NewLine + Environment.NewLine + db.dsdaten.Tables[0].Rows[0]["Notizgrund"].ToString();
|
||||
System.Drawing.Font tf = new System.Drawing.Font(t.Style.Font.FontFamily, 10,FontStyle.Bold);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user