MS Groupb By

This commit is contained in:
Developer01 2024-07-26 08:42:33 +02:00
parent f2f62fcac8
commit 5ac618ba21

View File

@ -1832,7 +1832,7 @@ Public Class frmMain
Return False Return False
End Try End Try
End Function End Function
Private Sub Create_Groups() Private Sub Create_GroupBy_Parts()
Try Try
LOGGER.Debug("Now Working on Groups..") LOGGER.Debug("Now Working on Groups..")
GridViewWorkflows.OptionsView.ShowGroupPanel = False GridViewWorkflows.OptionsView.ShowGroupPanel = False
@ -2046,7 +2046,6 @@ Public Class frmMain
GridControlWorkflows.ForceInitialize() GridControlWorkflows.ForceInitialize()
Create_View_Caption() Create_View_Caption()
Dim oColNotPartofLayout As Boolean Dim oColNotPartofLayout As Boolean
oColNotPartofLayout = False oColNotPartofLayout = False
'GridControlDocRow.ForceInitialize() 'GridControlDocRow.ForceInitialize()
@ -2071,7 +2070,7 @@ Public Class frmMain
Try Try
Create_Groups() Create_GroupBy_Parts()
COLUMNS_INVISIBLE() COLUMNS_INVISIBLE()