Auswertung VERIMEX

This commit is contained in:
2023-04-17 17:01:22 +02:00
parent 26e6286946
commit ada34afdc1
5 changed files with 300 additions and 299 deletions

View File

@@ -53,7 +53,7 @@ Public Class usrctlStatVERIMEX
" & whereFiliale & "
group by mit_vname,mit_nname"
'früher: Datum statt tblSnd_AbfertigungTR
' MsgBox(sqlstr)
' MsgBox(sqlstr)
dgvAbfertigungTR.DataSource = SQL.loadDgvBySql(sqlstr, "AVISO")
End With