KD Besonderheiten

This commit is contained in:
2024-07-22 09:44:27 +02:00
parent a4a94a81c4
commit 6ad4d940a4
3 changed files with 114 additions and 108 deletions

View File

@@ -84,9 +84,13 @@ Public Class usrCntlKundenBesonderheiten
End Try
End Sub
Private Sub initDGV(Optional kdnrTmp = -1, Optional simpleView = False, Optional preferedKategorie = "", Optional preferedKategorieOtherIN = "")
If dgvBesonderheiten IsNot Nothing Then Exit Sub
'If dgvBesonderheiten IsNot Nothing Then Exit Sub
If dgvBesonderheiten.Columns IsNot Nothing AndAlso dgvBesonderheiten.Columns.Count > 0 Then
dgvBesonderheiten.Columns.Clear()
Try
dgvBesonderheiten.Columns.Clear()
Catch
End Try
End If
If kdnrTmp > 0 Then Me.kdNr = kdnrTmp