update 20241008
This commit is contained in:
@@ -5,6 +5,7 @@ using OnDoc.DocMgmt;
|
||||
using OnDoc.Klassen;
|
||||
using Syncfusion.WinForms.Controls;
|
||||
using System;
|
||||
using System.Deployment.Application;
|
||||
using System.IO;
|
||||
using System.Windows.Forms;
|
||||
|
||||
@@ -184,6 +185,11 @@ namespace OnDoc
|
||||
|
||||
if (ExternalCall.sourceparam != "" && ExternalCall.parseparams())
|
||||
{
|
||||
if (ExternalCall.function.ToLower()=="ucheck")
|
||||
{
|
||||
dokList1.StartPruefung();
|
||||
return;
|
||||
}
|
||||
if (ExternalCall.Interaktion == "Yes")
|
||||
{
|
||||
dokList1.createnewdoc(Convert.ToInt32(ExternalCall.partnernr), Convert.ToInt32(ExternalCall.dokumenttypnr));
|
||||
|
||||
Reference in New Issue
Block a user