This commit is contained in:
2024-08-08 13:43:59 +02:00
parent c409a5aa91
commit 3271723f41
6 changed files with 121 additions and 81 deletions

View File

@@ -47,8 +47,8 @@ Public Class usrCntlAuswertungenEV_Veranlagungen
If cboEzollSRV.Text = "UNISPED" Then
EZOLL_SQLSRV = "EZOLL_UNISPED"
End If
genExcelKd(r("kde_KundenNr"), EZOLL_SQLSRV, folderpath, r("Name")) Then
cnt += 1
genExcelKd(r("kde_KundenNr"), EZOLL_SQLSRV, folderpath, r("Name"))
cnt += 1
Next
End If
End If