creditsafe-api

This commit is contained in:
2025-09-29 16:49:46 +02:00
parent 4b248b9aee
commit 0f4aad9a21

View File

@@ -851,6 +851,9 @@ Public Class frmStartOptions
Dim sendMail As Boolean = True
importCreditsafeEvents(CDate(Today().AddDays(-1)).ToShortDateString, checkDate, upateKunden, setzeInfoImKunden, sendMail, False)
closeMe()
Case "CREDITSAFE_UPLOADS"
@@ -6429,8 +6432,8 @@ weiter:
Dim dtMonitoredRequest As New DataTable
Dim companyDummy As New cCreditSafeAPI.Company("", "", "", "", "", "", Nothing, "", "", "", "", "", "", "", "", "", 0)
If txtCSDate.Text <> "" AndAlso IsDate(txtCSDate.Text) Then
companyDummy.lastChecked = CDate(txtCSDate.Text)
If datum <> "" AndAlso IsDate(datum) Then
companyDummy.lastChecked = CDate(datum)
End If
repeatRequestDaily:
Dim page As Integer = 0