update 20250821

This commit is contained in:
Stefan Hutter
2025-08-21 17:17:36 +02:00
parent c417227651
commit 98dc8ed0cb
273 changed files with 2116816 additions and 1004487 deletions

View File

@@ -58,6 +58,7 @@ using Syncfusion.Windows.Forms.Chart;
using Syncfusion.Grouping;
using Syncfusion.Olap.MDXQueryParser;
using Windows.UI.Xaml.Input;
using NLog;
@@ -1077,6 +1078,18 @@ namespace OnDoc.UICintrols
profilnr = Convert.ToInt32(RibbonCBProfil.SelectedItem.Tag.ToString());
DB db1 = new DB(AppParams.connectionstring);
db1.Get_Tabledata("Select isnull(uri,'') from dokumenttyp where dokumenttypnr=" + dokumenttypnr.ToString(), false, true);
if (db1.dsdaten.Tables[0].Rows[0][0].ToString() != "")
{
Process.Start(db1.dsdaten.Tables[0].Rows[0][0].ToString());
db1 = null;
return;
}
db1 = null;
Dokumenterstellung frmnewdok = new Dokumenterstellung(partnernr, dokumenttypnr, profilnr);
if (interaktion == "No")
{