MS Profiletitle Param
This commit is contained in:
parent
8fb885edff
commit
258af8d3c7
@ -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
|
||||
|
||||
@ -1093,6 +1093,13 @@ Public Class frmMain
|
||||
TimerRefresh.Stop()
|
||||
|
||||
If GRID_LOAD_TYPE = "OVERVIEW" Then
|
||||
For Each orow As DataRow In CURRENT_DT_PROFILES.Rows
|
||||
|
||||
If orow.Item("GUID") = CURRENT_CLICKED_PROFILE_ID Then
|
||||
CURRENT_CLICKED_PROFILE_TITLE = orow.Item("TITLE")
|
||||
Exit For
|
||||
End If
|
||||
Next
|
||||
Await Load_Grid_Overview(FormLoad, ForceReload)
|
||||
ElseIf GRID_LOAD_TYPE.StartsWith("PROFILE#") Then
|
||||
Await Load_single_Profile(ForceReload)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user