Version 1.0.0.30
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user