update 20250129
This commit is contained in:
@@ -13,6 +13,7 @@ using System.IO;
|
||||
using Syncfusion.Windows.Forms.Spreadsheet.Commands;
|
||||
using OnDoc.UICintrols;
|
||||
using OnDoc.UIControls;
|
||||
using System.Linq.Expressions;
|
||||
|
||||
|
||||
namespace OnDoc
|
||||
@@ -36,7 +37,11 @@ namespace OnDoc
|
||||
{
|
||||
|
||||
ExternalCall.sourceparam = "";
|
||||
|
||||
try
|
||||
{
|
||||
MessageBox.Show(args[0]);
|
||||
}
|
||||
catch { }
|
||||
|
||||
if (args.Length > 0)
|
||||
{
|
||||
@@ -51,6 +56,7 @@ namespace OnDoc
|
||||
mitarbeiter = mitarbeiter.Replace("i", "");
|
||||
mitarbeiter = mitarbeiter.Replace("I", "");
|
||||
mitarbeiter = mitarbeiter.Substring(mitarbeiter.IndexOf("\\") + 1);
|
||||
Logging.Logging.Debug("EDK-Umleitung", args[0], "");
|
||||
AppParams.currenttgnummer = mitarbeiter;
|
||||
db.Get_Tabledata("Select count(*) from ondoc_edk_routing where aktiv=1 and tgnummer='" + AppParams.currenttgnummer + "'", false, true);
|
||||
if (Convert.ToInt32(db.dsdaten.Tables[0].Rows[0][0]) > 0)
|
||||
|
||||
Reference in New Issue
Block a user