offeneAntr, MDM-Datenverarb.
This commit is contained in:
@@ -4060,10 +4060,10 @@ Public Class frmMDMDatenverarbetiung
|
||||
If fehlendeTransactionen > 0 Then
|
||||
pruefData_MSE = False
|
||||
Dim hint As String = ""
|
||||
'If fehlendeTransactionen > 500 Then
|
||||
' hint = "Transaction-IDs: "
|
||||
' hint &= SQL.getValueTxtBySql("select top(10) transaction_id FROM [VERAG].[dbo].[tblMSESettlements] where [invoice_date] = '" & DateTimePicker2.Text & "' AND [transaction_id] not in (select [transaction_id] from [VERAG].[dbo].[tblMSETransactions]) ", "FMZOLL")
|
||||
'End If
|
||||
If fehlendeTransactionen > 500 Then
|
||||
hint = "Bsp. Transaction-ID: "
|
||||
hint &= SQL.getValueTxtBySql("select top(1) transaction_id FROM [VERAG].[dbo].[tblMSESettlements] where [invoice_date] = '" & DateTimePicker2.Text & "' AND [transaction_id] not in (select [transaction_id] from [VERAG].[dbo].[tblMSETransactions]) ", "FMZOLL")
|
||||
End If
|
||||
MsgBox("Es fehlen " & fehlendeTransactionen & " Transaktionen in der Datenbank!" & vbNewLine & "Diese Transaktionen (von Rechnung " & DateTimePicker2.Text & ") müssen nachgeladen werden (bitte an Administrator wenden)." & IIf(hint <> "", vbNewLine & hint, ""))
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user