StartOpt.
This commit is contained in:
@@ -6444,7 +6444,7 @@ repeatRequestDaily:
|
||||
|
||||
If APIText.Contains("Invalid token") Then
|
||||
If Not cs.authenticate() = 200 Then
|
||||
API_Start_Daily.UPDTAE_ERR("ERROR", APIText, "importCreditsafeEvents")
|
||||
API_Start_Daily.UPDTAE_ERR("ERROR", APIText, "dailyImportCreditsafeEvents")
|
||||
Exit Sub
|
||||
Else
|
||||
Thread.Sleep(4000)
|
||||
@@ -6470,10 +6470,11 @@ repeatRequestDailyPages:
|
||||
End If
|
||||
|
||||
|
||||
API_Start_Daily.UPDTAE_OK(,, "dailyImportCreditsafeEvents" & " Seiten:" & totalPages & "/" & page)
|
||||
|
||||
Exit Sub
|
||||
Exit Sub
|
||||
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
Dim dtRechnungen As DataTable = (New SQL).loadDgvBySql("select distinct(RechnungsKundenNr) from Rechnungsausgang where cast(RechnungsDatum as Date) >= ' " & Today().AddYears(-1) & "' ", "FMZOLL")
|
||||
|
||||
Reference in New Issue
Block a user