update 20250406
This commit is contained in:
@@ -24,6 +24,8 @@ using System.Globalization;
|
||||
using System.Threading;
|
||||
using Syncfusion.Windows.Forms;
|
||||
using Syncfusion.Grouping;
|
||||
using System.Xml.Linq;
|
||||
using System.Reflection.Emit;
|
||||
|
||||
namespace OnDoc.DocMgmt
|
||||
{
|
||||
@@ -195,13 +197,25 @@ namespace OnDoc.DocMgmt
|
||||
dB = null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Logging.DocLog.Info("Dokumenterstellung", "frmDokumenterstellung", dokumentid, ucAllgemeineDokumentParam1.partnernr.ToString(), "Dokumenterstellung");
|
||||
if (dokumentid != "")
|
||||
{
|
||||
DOCGEN.Generator.DocGenerator_from_EDOKA Generator = new DOCGEN.Generator.DocGenerator_from_EDOKA(AppParams.connectionstring, AppParams.tempdir, AppParams.RESTURI, AppParams.apikey,AppParams.Office_Fill_DocIO);
|
||||
clsdok dok = new clsdok("", "", "", "");
|
||||
Logging.Logging.Debug("Generate_Doc_EDOKA", "Dokumenterstellung", dokumentid);
|
||||
|
||||
//Generator.generate_docdata(dokumentid, ref dokdata);
|
||||
//FrmDokumentwerte dw = new FrmDokumentwerte();
|
||||
//dw.docData = dokdata;
|
||||
//dw.ShowDialog();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
dok = Generator.Generate_Doc_EDOKA(dokumentid, ref dokdata, ucAllgemeineDokumentParam1.ErstellungInOffice,AppParams.OfficeSpleep1, AppParams.vbvorlagenmanagement=="Yes",this.editdoc);
|
||||
Logging.Logging.Debug("Generate_Doc_EDOKA - Ende", "Dokumenterstellung", dokumentid);
|
||||
if (dok.extension == "QDF") {
|
||||
|
||||
Reference in New Issue
Block a user