MS Profiletitle Param

This commit is contained in:
2021-01-12 17:26:58 +01:00
parent 8fb885edff
commit 258af8d3c7
2 changed files with 8 additions and 1 deletions

View File

@@ -164,7 +164,7 @@ Public Class frmAdmin2
GRID2_TITLE = DT_FURTHER_KONFIG_VIEW.Rows(1).Item("GRID_TITLE")
GRID2_SQL = DT_FURTHER_KONFIG_VIEW.Rows(1).Item("GRID_SQL")
GridViewWK2.Tag = GRID1_TITLE
GridViewWK2.Tag = GRID2_TITLE
GridViewWK2.Columns.Clear()
Dim oDTGRID2 As DataTable = ClassDatabase.Return_Datatable(GRID2_SQL, "FurtherConfig-Load_Grid_Data2")
GridControlWK2.DataSource = oDTGRID2