Rel 20210426
This commit is contained in:
@@ -152,13 +152,20 @@ namespace QW2021C.Resultate
|
||||
string orte;
|
||||
int ortnr = 0;
|
||||
s = this.selEinzelauswertung.Text.ToString();
|
||||
ortnr = Convert.ToInt32(this.selEinzelauswertung.Value);
|
||||
clsDB db = new clsDB();
|
||||
db.Get_Tabledata("Select * from res_ort where ort='" + s.ToString() + "'", false, true);
|
||||
if (db.dsdaten.Tables[0].Rows.Count == 0) return;
|
||||
ortnr = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0][0]);
|
||||
db.dsdaten.Tables.Clear();
|
||||
|
||||
|
||||
|
||||
orte = s;
|
||||
DataTable ortdata = Get_Orttabelle(orte);
|
||||
if (this.cbu10u12Einzel.Checked == true) U1012 = "J";
|
||||
|
||||
DataSet ds = new DataSet();
|
||||
clsDB db = new clsDB();
|
||||
//clsDB db = new clsDB();
|
||||
db.Get_Reportdata(orte, U1012, erdgas, vierkampf,ortnr);
|
||||
string dataname = DateTime.Now.ToString("ddMMyyyyHHmmss") + "_Rpt.xml";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user