MS
This commit is contained in:
@@ -1585,7 +1585,11 @@ Public Class frmMain
|
||||
If BASEDATA_DT_VW_PROFILE_USER.Rows.Count = 0 Then
|
||||
LOGGER.Info("no profiles for user: '" & USER_USERNAME & "' configured!", False)
|
||||
NO_WORKFLOWITEMS = True
|
||||
bsiMessage.Caption = "Keine Profile für Ihren User hinterlegt"
|
||||
bsiMessage.Caption = "NO PROFILES FOR USER"
|
||||
bsiMessage.ItemAppearance.Normal.BackColor = Color.Red
|
||||
If GridControl_Docs.Visible = True Then
|
||||
GridControl_Docs.Visible = False
|
||||
End If
|
||||
oStopWatch.Done()
|
||||
Exit Function
|
||||
End If
|
||||
@@ -1616,6 +1620,10 @@ Public Class frmMain
|
||||
|
||||
If Not IsNothing(CURR_DT_OVERVIEW) Then
|
||||
LOGGER.Debug($"Datatable CURR_DT_OVERVIEW loaded: {CURR_DT_OVERVIEW.Rows.Count} rows")
|
||||
If GridControl_Docs.Visible = False Then
|
||||
GridControl_Docs.Visible = True
|
||||
End If
|
||||
|
||||
Dim oADDED = GET_LAST_ADDED(CURR_DT_OVERVIEW)
|
||||
Dim oChanged = GET_LAST_CHANGED(CURR_DT_OVERVIEW)
|
||||
Dim oCOUNT = CURR_DT_OVERVIEW.Rows.Count
|
||||
@@ -2253,6 +2261,7 @@ Public Class frmMain
|
||||
|
||||
|
||||
Private Async Sub bbtniRefresh_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles bbtniRefresh.ItemClick
|
||||
Timer_Inactivity_Reset_Disable("OverviewRefreshClick")
|
||||
If GridControl_Docs.Visible = True And FormOpenClose = False Then
|
||||
RefreshHelper.SaveViewInfo()
|
||||
SaveGridLayout()
|
||||
@@ -2762,6 +2771,7 @@ Public Class frmMain
|
||||
|
||||
Private Sub RibbonControl1_SelectedPageChanged(sender As Object, e As EventArgs) Handles RibbonControl1.SelectedPageChanged
|
||||
Dim ribbon As RibbonControl = TryCast(sender, RibbonControl)
|
||||
Timer_Inactivity_Reset_Disable("RibbonControl1_SelectedPageChanged")
|
||||
If ribbon.SelectedPage Is RibbonPage4 Then
|
||||
Select Case GridViewItem_Clicked
|
||||
Case "GROUP"
|
||||
|
||||
Reference in New Issue
Block a user