update 20251210
This commit is contained in:
@@ -1697,8 +1697,12 @@ namespace OnDoc.UIControls
|
||||
if (vorschauid == -1 || Convert.ToInt32(vorlagendaten.Rows[i]["IntEintragnr"]) == vorschauid)
|
||||
{
|
||||
if (!isbackground) add_progress();
|
||||
if (isbackground) { counter = counter + 1; bw.ReportProgress((100/ vorlagendaten.Rows.Count)*counter); }
|
||||
System.Windows.Forms.Application.DoEvents();
|
||||
try
|
||||
{
|
||||
if (isbackground) { counter = counter + 1; bw.ReportProgress((100 / vorlagendaten.Rows.Count) * counter); }
|
||||
}
|
||||
catch { }
|
||||
System.Windows.Forms.Application.DoEvents();
|
||||
|
||||
string sp1 = "";
|
||||
string[] sp2;
|
||||
|
||||
Reference in New Issue
Block a user