MS PropertyValues RowCount angepasst, weil Positions immer 1 war...Unklar warum!

This commit is contained in:
Developer01 2025-04-08 17:29:27 +02:00
parent 4c113f19e8
commit 11b7a196dd

View File

@ -91,7 +91,7 @@ Public Class PropertyValues
oPropertyList.Add(oProperty.Value, oPropertyValues)
' check the first batch of values to determine the row count
If oRowCount = 0 Then
If oRowCount = 0 Or oGroupScope = "POSITIONS" Then '08.04.2025 MS Added as Workaround for Positions!
oRowCount = oPropertyValues.Count
End If
Next