Bugfix, Auswerung, APIO
This commit is contained in:
@@ -691,7 +691,10 @@ Public Class SQL
|
||||
|
||||
If dt IsNot Nothing Then
|
||||
For Each r As DataRow In dt.Rows
|
||||
list.Add(r(srchFieldClearName))
|
||||
If Not IsDBNull(r(srchFieldClearName)) Then
|
||||
list.Add(r(srchFieldClearName))
|
||||
End If
|
||||
|
||||
Next
|
||||
End If
|
||||
Return list
|
||||
|
||||
Reference in New Issue
Block a user