ZooFlow
This commit is contained in:
@@ -866,7 +866,7 @@ Public Class frmSearchStart
|
||||
Dim oSearchTerm As String = ""
|
||||
|
||||
Dim oFilter As String = $"GUID = {pAttrID}"
|
||||
Dim oFilteredRows() As DataRow = My.DTAttributes.Select(oFilter)
|
||||
Dim oFilteredRows() As DataRow = My.Tables.DTIDB_ATTRIBUTE.Select(oFilter)
|
||||
If oFilteredRows.Length = 1 Then
|
||||
For Each oRow As DataRow In oFilteredRows
|
||||
Dim oType As Integer = DirectCast(oRow.Item("TYP_ID"), Integer)
|
||||
|
||||
Reference in New Issue
Block a user