update 20241211
This commit is contained in:
@@ -437,6 +437,7 @@ namespace OnDoc.UIControls
|
||||
try
|
||||
{
|
||||
panelLoad.Visible = true;
|
||||
System.Windows.Forms.Application.DoEvents();
|
||||
this.sb = null;
|
||||
this.sb = new serienbrief();
|
||||
sb.dokumenttypnr = DokTypSelect.dokumenttypnr;
|
||||
@@ -947,7 +948,7 @@ namespace OnDoc.UIControls
|
||||
{
|
||||
add_progress();
|
||||
System.Windows.Forms.Application.DoEvents();
|
||||
dr = sb.dsempfaenger.Tables[0].Select("Partnernr='" + dt.Rows[i][0].ToString() + "'");
|
||||
dr = sb.dsempfaenger.Tables[0].Select("Partnernr='" + dt.Rows[i][0].ToString() + "' and status<>'1'");
|
||||
if (dr.Length == 0)
|
||||
{
|
||||
dr = sb.dsempfaenger.Tables[0].Select("Partnernr=''");
|
||||
|
||||
Reference in New Issue
Block a user