MS Diverse Verbesserungen beim laden , NOLOCK etc

This commit is contained in:
Developer01
2026-04-30 16:15:00 +02:00
parent 08c6a6c125
commit 11147ca0ff
20 changed files with 311 additions and 202 deletions

View File

@@ -50,11 +50,18 @@ Public Class frmDocSearchResult
.ShowFlipButton = True,
.ShowSettingButton = True
})
' Event-Handler für Layout-Änderungen hinzufügen
AddHandler GridViewDoc_Search.ColumnPositionChanged, AddressOf GridView_LayoutChanged
AddHandler GridViewDoc_Search.ColumnWidthChanged, AddressOf GridView_LayoutChanged
AddHandler GridViewDoc_Search.Layout, AddressOf GridView_LayoutChanged
End Sub
Private Sub frmDocSearchResult_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
Save_DocGrid_Layout()
End Sub
Private Sub GridView_LayoutChanged(sender As Object, e As EventArgs)
Save_DocGrid_Layout()
End Sub
Public Sub LoadDocSearch(reload As Boolean)
Try