This commit is contained in:
2022-07-08 08:12:43 +02:00
parent 697b78e3c9
commit 7f5057dc3e
121 changed files with 8039 additions and 19322 deletions

View File

@@ -49,7 +49,7 @@ Public Class frmZollUserStat
Dim grouporder As String = " ORDER BY anzahl desc "
sql += filter + grouporder
' MsgBox(sql)
MsgBox(sql)
Dim data As DataTable = dbSQL.loadDgvBySql(sql, "FMZOLL", 300)
DataGridView1.DataSource = data
initDGV()