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)
|
oPropertyList.Add(oProperty.Value, oPropertyValues)
|
||||||
|
|
||||||
' check the first batch of values to determine the row count
|
' 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
|
oRowCount = oPropertyValues.Count
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user