* „Linie 1552: Replaced the undeclared identifier 'WMEntityGroups' with the fully qualified enum value 'WINDREAMLib.WMEntity.WMEntityGroups', which is a member of the WINDREAMLib.WMEntity enum as per the available type information.“ in Datei „Windream\Windream.vb“

This commit is contained in:
Developer01
2025-12-29 14:44:53 +01:00
parent 3e29b5ee68
commit ffa6416929

View File

@@ -1549,7 +1549,7 @@ Public Class Windream
End Function
Public Function TestGroupExists(Groupname As String) As Boolean
Return TestObjectExists(Groupname, WMEntityGroups)
Return TestObjectExists(Groupname, WINDREAMLib.WMEntity.WMEntityGroups)
End Function
Public Function TestIndexTypeIsVectorIndex(IndexType As Integer) As Boolean