Version 1.0.0.30

This commit is contained in:
2021-04-27 18:49:08 +02:00
parent 7d7e6035b6
commit 1d03682162
112 changed files with 336 additions and 825539 deletions

View File

@@ -242,6 +242,7 @@ namespace QW2021C.Resultate
db.dsdaten.Tables.Clear();
orte = s;
DataTable ortdata = Get_Orttabelle(orte);
if (this.cbu10u12Einzel.Checked == true) U1012 = "J";
@@ -250,7 +251,7 @@ namespace QW2021C.Resultate
db.Get_Reportdata(orte, U1012, erdgas, vierkampf,ortnr);
string dataname = DateTime.Now.ToString("ddMMyyyyHHmmss") + "_Rpt.xml";
db.dsdaten.Tables[0].TableName = "_data";
db.dsdaten.Tables[0].TableName = "_mehrkampf";
ds.Tables.Add(ortdata);
ds.Tables.Add(db.dsdaten.Tables[0].Copy());
ds.WriteXml(Server.MapPath("~\\Workdir\\" + dataname));