update 20250416

This commit is contained in:
Stefan Hutter
2025-04-16 21:33:23 +02:00
parent a65bc81881
commit d278bed131
368 changed files with 85780 additions and 553 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1539,7 +1539,7 @@ namespace Database
string filename = temppath + serienbriefnr.ToString() + ".xml";
//filename = temppath + "sbbase1.xml";
//serienbriefnr = -1;
empf.WriteXml(filename);
empf.WriteXml(filename, XmlWriteMode.WriteSchema);
SqlConnection Connection = new SqlConnection();
@@ -1759,7 +1759,7 @@ namespace Database
tdt.Columns.Add("BLKunde");
DataRow[] dv;
sb.dsempfaenger.Tables[0].AcceptChanges();
dv = sb.dsempfaenger.Tables[0].Select();
i = 0;

Binary file not shown.

Binary file not shown.