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));
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</ej:Column>
|
||||
<ej:Column DataType="boolean" EditType="BooleanEdit" Field="QW" Width="60px">
|
||||
</ej:Column>
|
||||
<ej:Column DataType="boolean" EditType="BooleanEdit" Field="UKC" Width="60px">
|
||||
<ej:Column DataType="boolean" EditType="BooleanEdit" Field="EG" Width="60px" HeaderText="UKC">
|
||||
</ej:Column>
|
||||
</Columns>
|
||||
<EditSettings AllowEditing="true" EditMode="Batch" />
|
||||
|
||||
@@ -61,6 +61,7 @@ namespace QW2021C.Resultate
|
||||
{
|
||||
dt.ImportRow(dr);
|
||||
}
|
||||
|
||||
CrystalDecisions.CrystalReports.Engine.TextObject MyTextObject;
|
||||
MyTextObject = cr.ReportDefinition.ReportObjects["txtheader0"] as TextObject;
|
||||
MyTextObject.Text = Session["Kopfzeile1"].ToString();
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user