update 20250821
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user