MS PropertyValues RowCount angepasst, weil Positions immer 1 war...Unklar warum!
This commit is contained in:
parent
4c113f19e8
commit
11b7a196dd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user